Html Css Color HEX #EA72DB Orchid

📋 copy color: '#EA72DB'

red 234 ◦ green 114 ◦ blue 219

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

Shades of Orchid #EA72DB

Tints of Orchid #EA72DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.11%

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

R = 41.27%
G = 20.11%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA72DB (or 0xEA72DB) is known color: Orchid. HEX triplet: EA, 72 and DB. RGB value is (234,114,219). Sum of RGB (Red+Green+Blue) = 234+114+219=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72DB is #158D24. Grayscale: #A1A1A1. Windows color (decimal): -1412389 or 14381802. OLE color: 14381802.

HSL color Cylindrical-coordinate representation of color #EA72DB: hue angle of 307.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA72DB is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 114 219 -
CMYK 0 0.51 0.06 0.08
HSL 307.5º 0.74% 0.68% -
HSV(B) 307.5º 0.51% 0.92% -
XYZ 52.74 34.64 70.92 -
YUV 161.85 160.26 179.46 -
System Red Green Blue C M Y K H S L
Decimal 234 114 219 0 0.51 0.06 0.08 307.5 0.74 0.68
Hex EA 72 DB 0 33 6 8 134 4A 44
Octal 352 162 333 0 63 6 10 464 112 104
Binary 11101010 1110010 11011011 0 110011 110 1000 100110100 1001010 1000100

Color Harmonies of #EA72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA72DB

Black with #EA72DB

Text Example


Text Example

White with #EA72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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