Html Css Color HEX #EA6DD2 Orchid

📋 copy color: '#EA6DD2'

red 234 ◦ green 109 ◦ blue 210

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

Shades of Orchid #EA6DD2

Tints of Orchid #EA6DD2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.71%

 BLUE value IS 210 (82.42% from 255) = 37.97%

R = 42.31%
G = 19.71%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA6DD2 (or 0xEA6DD2) is known color: Orchid. HEX triplet: EA, 6D and D2. RGB value is (234,109,210). Sum of RGB (Red+Green+Blue) = 234+109+210=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6DD2 is #15922D. Grayscale: #9D9D9D. Windows color (decimal): -1413678 or 13790698. OLE color: 13790698.

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

Color convert

RGB 234 109 210 -
CMYK 0 0.53 0.10 0.08
HSL 311.52º 0.75% 0.67% -
HSV(B) 311.52º 0.53% 0.92% -
XYZ 51.03 33.08 64.67 -
YUV 157.89 157.41 182.29 -
System Red Green Blue C M Y K H S L
Decimal 234 109 210 0 0.53 0.10 0.08 311.52 0.75 0.67
Hex EA 6D D2 0 35 A 8 138 4B 43
Octal 352 155 322 0 65 12 10 470 113 103
Binary 11101010 1101101 11010010 0 110101 1010 1000 100111000 1001011 1000011

Color Harmonies of #EA6DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6DD2

Black with #EA6DD2

Text Example


Text Example

White with #EA6DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6DD2; }

 p { color: rgb(234,109,210); }

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

background-color css

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

 a { background-color: rgb(234,109,210); }

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

border-color css

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

 span { border-color: rgb(234,109,210); }

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