Html Css Color HEX #EA6DD8 Orchid

📋 copy color: '#EA6DD8'

red 234 ◦ green 109 ◦ blue 216

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

Shades of Orchid #EA6DD8

Tints of Orchid #EA6DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.64%

R = 41.86%
G = 19.5%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EA6DD8 (or 0xEA6DD8) is known color: Orchid. HEX triplet: EA, 6D and D8. RGB value is (234,109,216). Sum of RGB (Red+Green+Blue) = 234+109+216=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6DD8 is #159227. Grayscale: #9E9E9E. Windows color (decimal): -1413672 or 14183914. OLE color: 14183914.

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

Color convert

RGB 234 109 216 -
CMYK 0 0.53 0.08 0.08
HSL 308.64º 0.75% 0.67% -
HSV(B) 308.64º 0.53% 0.92% -
XYZ 51.79 33.39 68.68 -
YUV 158.57 160.41 181.8 -
System Red Green Blue C M Y K H S L
Decimal 234 109 216 0 0.53 0.08 0.08 308.64 0.75 0.67
Hex EA 6D D8 0 35 8 8 135 4B 43
Octal 352 155 330 0 65 10 10 465 113 103
Binary 11101010 1101101 11011000 0 110101 1000 1000 100110101 1001011 1000011

Color Harmonies of #EA6DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6DD8

Black with #EA6DD8

Text Example


Text Example

White with #EA6DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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