Html Css Color HEX #EB78D8 Orchid

📋 copy color: '#EB78D8'

red 235 ◦ green 120 ◦ blue 216

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

Shades of Orchid #EB78D8

Tints of Orchid #EB78D8

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.02%

 BLUE value IS 216 (84.77% from 255) = 37.83%

R = 41.16%
G = 21.02%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EB78D8 (or 0xEB78D8) is known color: Orchid. HEX triplet: EB, 78 and D8. RGB value is (235,120,216). Sum of RGB (Red+Green+Blue) = 235+120+216=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EB78D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB78D8 is #148727. Grayscale: #A5A5A5. Windows color (decimal): -1345320 or 14186731. OLE color: 14186731.

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

Color convert

RGB 235 120 216 -
CMYK 0 0.49 0.08 0.08
HSL 309.91º 0.74% 0.7% -
HSV(B) 309.91º 0.49% 0.92% -
XYZ 53.37 36.05 69.11 -
YUV 165.33 156.6 177.69 -
System Red Green Blue C M Y K H S L
Decimal 235 120 216 0 0.49 0.08 0.08 309.91 0.74 0.7
Hex EB 78 D8 0 31 8 8 136 4A 46
Octal 353 170 330 0 61 10 10 466 112 106
Binary 11101011 1111000 11011000 0 110001 1000 1000 100110110 1001010 1000110

Color Harmonies of #EB78D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB78D8

Black with #EB78D8

Text Example


Text Example

White with #EB78D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB78D8; }

 p { color: rgb(235,120,216); }

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

background-color css

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

 a { background-color: rgb(235,120,216); }

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

border-color css

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

 span { border-color: rgb(235,120,216); }

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