Html Css Color HEX #EA73DB Orchid

📋 copy color: '#EA73DB'

red 234 ◦ green 115 ◦ blue 219

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

Shades of Orchid #EA73DB

Tints of Orchid #EA73DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.25%

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

R = 41.2%
G = 20.25%
B = 38.56%

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

#EA73DB (or 0xEA73DB) is known color: Orchid. HEX triplet: EA, 73 and DB. RGB value is (234,115,219). Sum of RGB (Red+Green+Blue) = 234+115+219=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73DB is #158C24. Grayscale: #A2A2A2. Windows color (decimal): -1412133 or 14382058. OLE color: 14382058.

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

Color convert

RGB 234 115 219 -
CMYK 0 0.51 0.06 0.08
HSL 307.56º 0.74% 0.68% -
HSV(B) 307.56º 0.51% 0.92% -
XYZ 52.85 34.87 70.96 -
YUV 162.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 234 115 219 0 0.51 0.06 0.08 307.56 0.74 0.68
Hex EA 73 DB 0 33 6 8 134 4A 44
Octal 352 163 333 0 63 6 10 464 112 104
Binary 11101010 1110011 11011011 0 110011 110 1000 100110100 1001010 1000100

Color Harmonies of #EA73DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA73DB

Black with #EA73DB

Text Example


Text Example

White with #EA73DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA73DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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