Html Css Color HEX #EA70CE Orchid

📋 copy color: '#EA70CE'

red 234 ◦ green 112 ◦ blue 206

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

Shades of Orchid #EA70CE

Tints of Orchid #EA70CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.29%

 BLUE value IS 206 (80.86% from 255) = 37.32%

R = 42.39%
G = 20.29%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA70CE (or 0xEA70CE) is known color: Orchid. HEX triplet: EA, 70 and CE. RGB value is (234,112,206). Sum of RGB (Red+Green+Blue) = 234+112+206=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA70CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA70CE is #158F31. Grayscale: #9E9E9E. Windows color (decimal): -1412914 or 13529322. OLE color: 13529322.

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

Color convert

RGB 234 112 206 -
CMYK 0 0.52 0.12 0.08
HSL 313.77º 0.74% 0.68% -
HSV(B) 313.77º 0.52% 0.92% -
XYZ 50.87 33.54 62.18 -
YUV 159.19 154.42 181.36 -
System Red Green Blue C M Y K H S L
Decimal 234 112 206 0 0.52 0.12 0.08 313.77 0.74 0.68
Hex EA 70 CE 0 34 C 8 13A 4A 44
Octal 352 160 316 0 64 14 10 472 112 104
Binary 11101010 1110000 11001110 0 110100 1100 1000 100111010 1001010 1000100

Color Harmonies of #EA70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA70CE

Black with #EA70CE

Text Example


Text Example

White with #EA70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA70CE; }

 p { color: rgb(234,112,206); }

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

background-color css

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

 a { background-color: rgb(234,112,206); }

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

border-color css

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

 span { border-color: rgb(234,112,206); }

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