Html Css Color HEX #E975B8 Persian Pink

📋 copy color: '#E975B8'

red 233 ◦ green 117 ◦ blue 184

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

Shades of Persian Pink #E975B8

Tints of Persian Pink #E975B8

RGB

 RED value IS 233 (91.41% from 255) = 43.63%

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

 BLUE value IS 184 (72.27% from 255) = 34.46%

R = 43.63%
G = 21.91%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E975B8 (or 0xE975B8) is known color: Persian Pink. HEX triplet: E9, 75 and B8. RGB value is (233,117,184). Sum of RGB (Red+Green+Blue) = 233+117+184=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E975B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975B8 is #168A47. Grayscale: #9F9F9F. Windows color (decimal): -1477192 or 12088809. OLE color: 12088809.

HSL color Cylindrical-coordinate representation of color #E975B8: hue angle of 325.34º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E975B8 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 117 184 -
CMYK 0 0.50 0.21 0.09
HSL 325.34º 0.73% 0.69% -
HSV(B) 325.34º 0.5% 0.91% -
XYZ 48.62 33.51 49.25 -
YUV 159.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 233 117 184 0 0.50 0.21 0.09 325.34 0.73 0.69
Hex E9 75 B8 0 32 15 9 145 48 45
Octal 351 165 270 0 62 25 11 505 110 105
Binary 11101001 1110101 10111000 0 110010 10101 1001 101000101 1001000 1000101

Color Harmonies of #E975B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975B8

Black with #E975B8

Text Example


Text Example

White with #E975B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975B8; }

 p { color: rgb(233,117,184); }

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

background-color css

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

 a { background-color: rgb(233,117,184); }

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

border-color css

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

 span { border-color: rgb(233,117,184); }

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