Html Css Color HEX #EA76DB Orchid

📋 copy color: '#EA76DB'

red 234 ◦ green 118 ◦ blue 219

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

Shades of Orchid #EA76DB

Tints of Orchid #EA76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.67%

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 40.98%
G = 20.67%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA76DB (or 0xEA76DB) is known color: Orchid. HEX triplet: EA, 76 and DB. RGB value is (234,118,219). Sum of RGB (Red+Green+Blue) = 234+118+219=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76DB is #158924. Grayscale: #A3A3A3. Windows color (decimal): -1411365 or 14382826. OLE color: 14382826.

HSL color Cylindrical-coordinate representation of color #EA76DB: hue angle of 307.76º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA76DB is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 118 219 -
CMYK 0 0.50 0.06 0.08
HSL 307.76º 0.73% 0.69% -
HSV(B) 307.76º 0.5% 0.92% -
XYZ 53.2 35.56 71.08 -
YUV 164.2 158.93 177.79 -
System Red Green Blue C M Y K H S L
Decimal 234 118 219 0 0.50 0.06 0.08 307.76 0.73 0.69
Hex EA 76 DB 0 32 6 8 134 49 45
Octal 352 166 333 0 62 6 10 464 111 105
Binary 11101010 1110110 11011011 0 110010 110 1000 100110100 1001001 1000101

Color Harmonies of #EA76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA76DB

Black with #EA76DB

Text Example


Text Example

White with #EA76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA76DB; }

 p { color: rgb(234,118,219); }

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

background-color css

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

 a { background-color: rgb(234,118,219); }

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

border-color css

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

 span { border-color: rgb(234,118,219); }

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