Html Css Color HEX #EB77C2 Persian Pink

📋 copy color: '#EB77C2'

red 235 ◦ green 119 ◦ blue 194

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

Shades of Persian Pink #EB77C2

Tints of Persian Pink #EB77C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.4%

R = 42.88%
G = 21.72%
B = 35.4%

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

#EB77C2 (or 0xEB77C2) is known color: Persian Pink. HEX triplet: EB, 77 and C2. RGB value is (235,119,194). Sum of RGB (Red+Green+Blue) = 235+119+194=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77C2 is #14883D. Grayscale: #A2A2A2. Windows color (decimal): -1345598 or 12744683. OLE color: 12744683.

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

Color convert

RGB 235 119 194 -
CMYK 0 0.49 0.17 0.08
HSL 321.21º 0.74% 0.69% -
HSV(B) 321.21º 0.49% 0.92% -
XYZ 50.6 34.75 55.08 -
YUV 162.23 145.93 179.9 -
System Red Green Blue C M Y K H S L
Decimal 235 119 194 0 0.49 0.17 0.08 321.21 0.74 0.69
Hex EB 77 C2 0 31 11 8 141 4A 45
Octal 353 167 302 0 61 21 10 501 112 105
Binary 11101011 1110111 11000010 0 110001 10001 1000 101000001 1001010 1000101

Color Harmonies of #EB77C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77C2

Black with #EB77C2

Text Example


Text Example

White with #EB77C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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