Html Css Color HEX #EB74DB Orchid

📋 copy color: '#EB74DB'

red 235 ◦ green 116 ◦ blue 219

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

Shades of Orchid #EB74DB

Tints of Orchid #EB74DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.35%

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

R = 41.23%
G = 20.35%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB74DB (or 0xEB74DB) is known color: Orchid. HEX triplet: EB, 74 and DB. RGB value is (235,116,219). Sum of RGB (Red+Green+Blue) = 235+116+219=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB74DB is #148B24. Grayscale: #A3A3A3. Windows color (decimal): -1346341 or 14382315. OLE color: 14382315.

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

Color convert

RGB 235 116 219 -
CMYK 0 0.51 0.07 0.08
HSL 308.07º 0.75% 0.69% -
HSV(B) 308.07º 0.51% 0.92% -
XYZ 53.29 35.27 71.02 -
YUV 163.32 159.42 179.12 -
System Red Green Blue C M Y K H S L
Decimal 235 116 219 0 0.51 0.07 0.08 308.07 0.75 0.69
Hex EB 74 DB 0 33 7 8 134 4B 45
Octal 353 164 333 0 63 7 10 464 113 105
Binary 11101011 1110100 11011011 0 110011 111 1000 100110100 1001011 1000101

Color Harmonies of #EB74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB74DB

Black with #EB74DB

Text Example


Text Example

White with #EB74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB74DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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