Html Css Color HEX #EB77C3 Persian Pink

📋 copy color: '#EB77C3'

red 235 ◦ green 119 ◦ blue 195

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

Shades of Persian Pink #EB77C3

Tints of Persian Pink #EB77C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.52%

R = 42.81%
G = 21.68%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB77C3 (or 0xEB77C3) is known color: Persian Pink. HEX triplet: EB, 77 and C3. RGB value is (235,119,195). Sum of RGB (Red+Green+Blue) = 235+119+195=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77C3 is #14883C. Grayscale: #A2A2A2. Windows color (decimal): -1345597 or 12810219. OLE color: 12810219.

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

Color convert

RGB 235 119 195 -
CMYK 0 0.49 0.17 0.08
HSL 320.69º 0.74% 0.69% -
HSV(B) 320.69º 0.49% 0.92% -
XYZ 50.71 34.8 55.67 -
YUV 162.35 146.43 179.82 -
System Red Green Blue C M Y K H S L
Decimal 235 119 195 0 0.49 0.17 0.08 320.69 0.74 0.69
Hex EB 77 C3 0 31 11 8 141 4A 45
Octal 353 167 303 0 61 21 10 501 112 105
Binary 11101011 1110111 11000011 0 110001 10001 1000 101000001 1001010 1000101

Color Harmonies of #EB77C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77C3

Black with #EB77C3

Text Example


Text Example

White with #EB77C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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