Html Css Color HEX #EA6ED3 Orchid

📋 copy color: '#EA6ED3'

red 234 ◦ green 110 ◦ blue 211

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

Shades of Orchid #EA6ED3

Tints of Orchid #EA6ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.02%

R = 42.16%
G = 19.82%
B = 38.02%

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

#EA6ED3 (or 0xEA6ED3) is known color: Orchid. HEX triplet: EA, 6E and D3. RGB value is (234,110,211). Sum of RGB (Red+Green+Blue) = 234+110+211=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6ED3 is #15912C. Grayscale: #9E9E9E. Windows color (decimal): -1413421 or 13856490. OLE color: 13856490.

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

Color convert

RGB 234 110 211 -
CMYK 0 0.53 0.10 0.08
HSL 311.13º 0.75% 0.67% -
HSV(B) 311.13º 0.53% 0.92% -
XYZ 51.27 33.35 65.36 -
YUV 158.59 157.58 181.79 -
System Red Green Blue C M Y K H S L
Decimal 234 110 211 0 0.53 0.10 0.08 311.13 0.75 0.67
Hex EA 6E D3 0 35 A 8 137 4B 43
Octal 352 156 323 0 65 12 10 467 113 103
Binary 11101010 1101110 11010011 0 110101 1010 1000 100110111 1001011 1000011

Color Harmonies of #EA6ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6ED3

Black with #EA6ED3

Text Example


Text Example

White with #EA6ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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