Html Css Color HEX #EB75C0 Persian Pink

📋 copy color: '#EB75C0'

red 235 ◦ green 117 ◦ blue 192

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

Shades of Persian Pink #EB75C0

Tints of Persian Pink #EB75C0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.51%

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

R = 43.2%
G = 21.51%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB75C0 (or 0xEB75C0) is known color: Persian Pink. HEX triplet: EB, 75 and C0. RGB value is (235,117,192). Sum of RGB (Red+Green+Blue) = 235+117+192=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EB75C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB75C0 is #148A3F. Grayscale: #A0A0A0. Windows color (decimal): -1346112 or 12613099. OLE color: 12613099.

HSL color Cylindrical-coordinate representation of color #EB75C0: hue angle of 321.86º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB75C0 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 117 192 -
CMYK 0 0.50 0.18 0.08
HSL 321.86º 0.75% 0.69% -
HSV(B) 321.86º 0.5% 0.92% -
XYZ 50.14 34.19 53.83 -
YUV 160.83 145.59 180.9 -
System Red Green Blue C M Y K H S L
Decimal 235 117 192 0 0.50 0.18 0.08 321.86 0.75 0.69
Hex EB 75 C0 0 32 12 8 142 4B 45
Octal 353 165 300 0 62 22 10 502 113 105
Binary 11101011 1110101 11000000 0 110010 10010 1000 101000010 1001011 1000101

Color Harmonies of #EB75C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB75C0

Black with #EB75C0

Text Example


Text Example

White with #EB75C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB75C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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