Html Css Color HEX #EB72C0 Persian Pink

📋 copy color: '#EB72C0'

red 235 ◦ green 114 ◦ blue 192

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

Shades of Persian Pink #EB72C0

Tints of Persian Pink #EB72C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.49%

R = 43.44%
G = 21.07%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB72C0 (or 0xEB72C0) is known color: Persian Pink. HEX triplet: EB, 72 and C0. RGB value is (235,114,192). Sum of RGB (Red+Green+Blue) = 235+114+192=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB72C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB72C0 is #148D3F. Grayscale: #9E9E9E. Windows color (decimal): -1346880 or 12612331. OLE color: 12612331.

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

Color convert

RGB 235 114 192 -
CMYK 0 0.51 0.18 0.08
HSL 321.32º 0.75% 0.68% -
HSV(B) 321.32º 0.51% 0.92% -
XYZ 49.79 33.5 53.71 -
YUV 159.07 146.59 182.16 -
System Red Green Blue C M Y K H S L
Decimal 235 114 192 0 0.51 0.18 0.08 321.32 0.75 0.68
Hex EB 72 C0 0 33 12 8 141 4B 44
Octal 353 162 300 0 63 22 10 501 113 104
Binary 11101011 1110010 11000000 0 110011 10010 1000 101000001 1001011 1000100

Color Harmonies of #EB72C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB72C0

Black with #EB72C0

Text Example


Text Example

White with #EB72C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB72C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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