Html Css Color HEX #EA75DB Orchid

📋 copy color: '#EA75DB'

red 234 ◦ green 117 ◦ blue 219

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

Shades of Orchid #EA75DB

Tints of Orchid #EA75DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.53%

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

R = 41.05%
G = 20.53%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA75DB (or 0xEA75DB) is known color: Orchid. HEX triplet: EA, 75 and DB. RGB value is (234,117,219). Sum of RGB (Red+Green+Blue) = 234+117+219=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75DB is #158A24. Grayscale: #A3A3A3. Windows color (decimal): -1411621 or 14382570. OLE color: 14382570.

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

Color convert

RGB 234 117 219 -
CMYK 0 0.5 0.06 0.08
HSL 307.69º 0.74% 0.69% -
HSV(B) 307.69º 0.5% 0.92% -
XYZ 53.08 35.33 71.04 -
YUV 163.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 234 117 219 0 0.5 0.06 0.08 307.69 0.74 0.69
Hex EA 75 DB 0 32 6 8 134 4A 45
Octal 352 165 333 0 62 6 10 464 112 105
Binary 11101010 1110101 11011011 0 110010 110 1000 100110100 1001010 1000101

Color Harmonies of #EA75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA75DB

Black with #EA75DB

Text Example


Text Example

White with #EA75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA75DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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