Html Css Color HEX #EB77C8 Persian Pink

📋 copy color: '#EB77C8'

red 235 ◦ green 119 ◦ blue 200

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

Shades of Persian Pink #EB77C8

Tints of Persian Pink #EB77C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.1%

R = 42.42%
G = 21.48%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB77C8 (or 0xEB77C8) is known color: Persian Pink. HEX triplet: EB, 77 and C8. RGB value is (235,119,200). Sum of RGB (Red+Green+Blue) = 235+119+200=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77C8 is #148837. Grayscale: #A2A2A2. Windows color (decimal): -1345592 or 13137899. OLE color: 13137899.

HSL color Cylindrical-coordinate representation of color #EB77C8: hue angle of 318.1º 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 #EB77C8 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 119 200 -
CMYK 0 0.49 0.15 0.08
HSL 318.1º 0.74% 0.69% -
HSV(B) 318.1º 0.49% 0.92% -
XYZ 51.28 35.03 58.7 -
YUV 162.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 235 119 200 0 0.49 0.15 0.08 318.1 0.74 0.69
Hex EB 77 C8 0 31 F 8 13E 4A 45
Octal 353 167 310 0 61 17 10 476 112 105
Binary 11101011 1110111 11001000 0 110001 1111 1000 100111110 1001010 1000101

Color Harmonies of #EB77C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77C8

Black with #EB77C8

Text Example


Text Example

White with #EB77C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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