Html Css Color HEX #EB77D9 Orchid

📋 copy color: '#EB77D9'

red 235 ◦ green 119 ◦ blue 217

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

Shades of Orchid #EB77D9

Tints of Orchid #EB77D9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.84%

 BLUE value IS 217 (85.16% from 255) = 38%

R = 41.16%
G = 20.84%
B = 38%

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

#EB77D9 (or 0xEB77D9) is known color: Orchid. HEX triplet: EB, 77 and D9. RGB value is (235,119,217). Sum of RGB (Red+Green+Blue) = 235+119+217=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77D9 is #148826. Grayscale: #A4A4A4. Windows color (decimal): -1345575 or 14252011. OLE color: 14252011.

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

Color convert

RGB 235 119 217 -
CMYK 0 0.49 0.08 0.08
HSL 309.31º 0.74% 0.69% -
HSV(B) 309.31º 0.49% 0.92% -
XYZ 53.38 35.87 69.75 -
YUV 164.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 235 119 217 0 0.49 0.08 0.08 309.31 0.74 0.69
Hex EB 77 D9 0 31 8 8 135 4A 45
Octal 353 167 331 0 61 10 10 465 112 105
Binary 11101011 1110111 11011001 0 110001 1000 1000 100110101 1001010 1000101

Color Harmonies of #EB77D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77D9

Black with #EB77D9

Text Example


Text Example

White with #EB77D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77D9; }

 p { color: rgb(235,119,217); }

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

background-color css

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

 a { background-color: rgb(235,119,217); }

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

border-color css

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

 span { border-color: rgb(235,119,217); }

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