Html Css Color HEX #EA6ECE Orchid

📋 copy color: '#EA6ECE'

red 234 ◦ green 110 ◦ blue 206

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

Shades of Orchid #EA6ECE

Tints of Orchid #EA6ECE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20%

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

R = 42.55%
G = 20%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA6ECE (or 0xEA6ECE) is known color: Orchid. HEX triplet: EA, 6E and CE. RGB value is (234,110,206). Sum of RGB (Red+Green+Blue) = 234+110+206=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6ECE is #159131. Grayscale: #9D9D9D. Windows color (decimal): -1413426 or 13528810. OLE color: 13528810.

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

Color convert

RGB 234 110 206 -
CMYK 0 0.53 0.12 0.08
HSL 313.55º 0.75% 0.67% -
HSV(B) 313.55º 0.53% 0.92% -
XYZ 50.65 33.1 62.11 -
YUV 158.02 155.08 182.19 -
System Red Green Blue C M Y K H S L
Decimal 234 110 206 0 0.53 0.12 0.08 313.55 0.75 0.67
Hex EA 6E CE 0 35 C 8 13A 4B 43
Octal 352 156 316 0 65 14 10 472 113 103
Binary 11101010 1101110 11001110 0 110101 1100 1000 100111010 1001011 1000011

Color Harmonies of #EA6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6ECE

Black with #EA6ECE

Text Example


Text Example

White with #EA6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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