Html Css Color HEX #EA71CE Orchid

📋 copy color: '#EA71CE'

red 234 ◦ green 113 ◦ blue 206

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

Shades of Orchid #EA71CE

Tints of Orchid #EA71CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.43%

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

R = 42.31%
G = 20.43%
B = 37.25%

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

#EA71CE (or 0xEA71CE) is known color: Orchid. HEX triplet: EA, 71 and CE. RGB value is (234,113,206). Sum of RGB (Red+Green+Blue) = 234+113+206=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA71CE is #158E31. Grayscale: #9F9F9F. Windows color (decimal): -1412658 or 13529578. OLE color: 13529578.

HSL color Cylindrical-coordinate representation of color #EA71CE: hue angle of 313.88º 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 #EA71CE is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 113 206 -
CMYK 0 0.52 0.12 0.08
HSL 313.88º 0.74% 0.68% -
HSV(B) 313.88º 0.52% 0.92% -
XYZ 50.98 33.76 62.22 -
YUV 159.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 234 113 206 0 0.52 0.12 0.08 313.88 0.74 0.68
Hex EA 71 CE 0 34 C 8 13A 4A 44
Octal 352 161 316 0 64 14 10 472 112 104
Binary 11101010 1110001 11001110 0 110100 1100 1000 100111010 1001010 1000100

Color Harmonies of #EA71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA71CE

Black with #EA71CE

Text Example


Text Example

White with #EA71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA71CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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