Html Css Color HEX #EB75C2 Persian Pink

📋 copy color: '#EB75C2'

red 235 ◦ green 117 ◦ blue 194

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

Shades of Persian Pink #EB75C2

Tints of Persian Pink #EB75C2

RGB

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

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

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

R = 43.04%
G = 21.43%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB75C2 (or 0xEB75C2) is known color: Persian Pink. HEX triplet: EB, 75 and C2. RGB value is (235,117,194). Sum of RGB (Red+Green+Blue) = 235+117+194=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EB75C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB75C2 is #148A3D. Grayscale: #A0A0A0. Windows color (decimal): -1346110 or 12744171. OLE color: 12744171.

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

Color convert

RGB 235 117 194 -
CMYK 0 0.50 0.17 0.08
HSL 320.85º 0.75% 0.69% -
HSV(B) 320.85º 0.5% 0.92% -
XYZ 50.36 34.28 55 -
YUV 161.06 146.59 180.74 -
System Red Green Blue C M Y K H S L
Decimal 235 117 194 0 0.50 0.17 0.08 320.85 0.75 0.69
Hex EB 75 C2 0 32 11 8 141 4B 45
Octal 353 165 302 0 62 21 10 501 113 105
Binary 11101011 1110101 11000010 0 110010 10001 1000 101000001 1001011 1000101

Color Harmonies of #EB75C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB75C2

Black with #EB75C2

Text Example


Text Example

White with #EB75C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB75C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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