Html Css Color HEX #EB71DB Orchid

📋 copy color: '#EB71DB'

red 235 ◦ green 113 ◦ blue 219

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

Shades of Orchid #EB71DB

Tints of Orchid #EB71DB

RGB

 RED value IS 235 (92.19% from 255) = 41.45%

 GREEN value IS 113 (44.53% from 255) = 19.93%

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

R = 41.45%
G = 19.93%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB71DB (or 0xEB71DB) is known color: Orchid. HEX triplet: EB, 71 and DB. RGB value is (235,113,219). Sum of RGB (Red+Green+Blue) = 235+113+219=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB71DB is #148E24. Grayscale: #A1A1A1. Windows color (decimal): -1347109 or 14381547. OLE color: 14381547.

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

Color convert

RGB 235 113 219 -
CMYK 0 0.52 0.07 0.08
HSL 307.87º 0.75% 0.68% -
HSV(B) 307.87º 0.52% 0.92% -
XYZ 52.95 34.59 70.9 -
YUV 161.56 160.42 180.38 -
System Red Green Blue C M Y K H S L
Decimal 235 113 219 0 0.52 0.07 0.08 307.87 0.75 0.68
Hex EB 71 DB 0 34 7 8 134 4B 44
Octal 353 161 333 0 64 7 10 464 113 104
Binary 11101011 1110001 11011011 0 110100 111 1000 100110100 1001011 1000100

Color Harmonies of #EB71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB71DB

Black with #EB71DB

Text Example


Text Example

White with #EB71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB71DB; }

 p { color: rgb(235,113,219); }

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

background-color css

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

 a { background-color: rgb(235,113,219); }

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

border-color css

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

 span { border-color: rgb(235,113,219); }

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