Html Css Color HEX #EB72B1 Persian Pink

📋 copy color: '#EB72B1'

red 235 ◦ green 114 ◦ blue 177

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

Shades of Persian Pink #EB72B1

Tints of Persian Pink #EB72B1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.67%

 BLUE value IS 177 (69.53% from 255) = 33.65%

R = 44.68%
G = 21.67%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB72B1 (or 0xEB72B1) is known color: Persian Pink. HEX triplet: EB, 72 and B1. RGB value is (235,114,177). Sum of RGB (Red+Green+Blue) = 235+114+177=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EB72B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB72B1 is #148D4E. Grayscale: #9D9D9D. Windows color (decimal): -1346895 or 11629291. OLE color: 11629291.

HSL color Cylindrical-coordinate representation of color #EB72B1: hue angle of 328.76º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB72B1 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 114 177 -
CMYK 0 0.51 0.25 0.08
HSL 328.76º 0.75% 0.68% -
HSV(B) 328.76º 0.51% 0.92% -
XYZ 48.21 32.87 45.4 -
YUV 157.36 139.09 183.38 -
System Red Green Blue C M Y K H S L
Decimal 235 114 177 0 0.51 0.25 0.08 328.76 0.75 0.68
Hex EB 72 B1 0 33 19 8 149 4B 44
Octal 353 162 261 0 63 31 10 511 113 104
Binary 11101011 1110010 10110001 0 110011 11001 1000 101001001 1001011 1000100

Color Harmonies of #EB72B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB72B1

Black with #EB72B1

Text Example


Text Example

White with #EB72B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB72B1; }

 p { color: rgb(235,114,177); }

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

background-color css

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

 a { background-color: rgb(235,114,177); }

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

border-color css

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

 span { border-color: rgb(235,114,177); }

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