Html Css Color HEX #EA6ED4 Orchid

📋 copy color: '#EA6ED4'

red 234 ◦ green 110 ◦ blue 212

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

Shades of Orchid #EA6ED4

Tints of Orchid #EA6ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.13%

R = 42.09%
G = 19.78%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA6ED4 (or 0xEA6ED4) is known color: Orchid. HEX triplet: EA, 6E and D4. RGB value is (234,110,212). Sum of RGB (Red+Green+Blue) = 234+110+212=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6ED4 is #15912B. Grayscale: #9E9E9E. Windows color (decimal): -1413420 or 13922026. OLE color: 13922026.

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

Color convert

RGB 234 110 212 -
CMYK 0 0.53 0.09 0.08
HSL 310.65º 0.75% 0.67% -
HSV(B) 310.65º 0.53% 0.92% -
XYZ 51.39 33.4 66.03 -
YUV 158.7 158.08 181.71 -
System Red Green Blue C M Y K H S L
Decimal 234 110 212 0 0.53 0.09 0.08 310.65 0.75 0.67
Hex EA 6E D4 0 35 9 8 137 4B 43
Octal 352 156 324 0 65 11 10 467 113 103
Binary 11101010 1101110 11010100 0 110101 1001 1000 100110111 1001011 1000011

Color Harmonies of #EA6ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6ED4

Black with #EA6ED4

Text Example


Text Example

White with #EA6ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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