Html Css Color HEX #EA7ACF Orchid

📋 copy color: '#EA7ACF'

red 234 ◦ green 122 ◦ blue 207

#EA7ACF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #EA7ACF

Tints of Orchid #EA7ACF

RGB

 RED value IS 234 (91.8% from 255) = 41.56%

 GREEN value IS 122 (48.05% from 255) = 21.67%

 BLUE value IS 207 (81.25% from 255) = 36.77%

R = 41.56%
G = 21.67%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EA7ACF (or 0xEA7ACF) is known color: Orchid. HEX triplet: EA, 7A and CF. RGB value is (234,122,207). Sum of RGB (Red+Green+Blue) = 234+122+207=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7ACF is #158530. Grayscale: #A4A4A4. Windows color (decimal): -1410353 or 13597418. OLE color: 13597418.

HSL color Cylindrical-coordinate representation of color #EA7ACF: hue angle of 314.46º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7ACF is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 122 207 -
CMYK 0 0.48 0.12 0.08
HSL 314.46º 0.73% 0.7% -
HSV(B) 314.46º 0.48% 0.92% -
XYZ 52.15 35.92 63.22 -
YUV 165.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 234 122 207 0 0.48 0.12 0.08 314.46 0.73 0.7
Hex EA 7A CF 0 30 C 8 13A 49 46
Octal 352 172 317 0 60 14 10 472 111 106
Binary 11101010 1111010 11001111 0 110000 1100 1000 100111010 1001001 1000110

Color Harmonies of #EA7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7ACF

Black with #EA7ACF

Text Example


Text Example

White with #EA7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7ACF; }

 p { color: rgb(234,122,207); }

 H1.HeaderClassName
 {
   color: #EA7ACF;
 }
 .AnyTagClassName
 {
   color: #EA7ACF;
 }
</style>

background-color css

<style>
 a { background-color: #EA7ACF; }

 a { background-color: rgb(234,122,207); }

 div.DivClassName
 {
   background-color: #EA7ACF;
 }
 .BgClassName
 {
   background-color: #EA7ACF;
 }
</style>

border-color css

<style>
 span { border-color: #EA7ACF; }

 span { border-color: rgb(234,122,207); }

 td.TdClassName
 {
   border-color: #EA7ACF;
 }
 .TagClassName
 {
   border-color: #EA7ACF;
 }
</style>