Html Css Color HEX #E975B7 Persian Pink

📋 copy color: '#E975B7'

red 233 ◦ green 117 ◦ blue 183

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

Shades of Persian Pink #E975B7

Tints of Persian Pink #E975B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.33%

R = 43.71%
G = 21.95%
B = 34.33%

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

#E975B7 (or 0xE975B7) is known color: Persian Pink. HEX triplet: E9, 75 and B7. RGB value is (233,117,183). Sum of RGB (Red+Green+Blue) = 233+117+183=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E975B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975B7 is #168A48. Grayscale: #9F9F9F. Windows color (decimal): -1477193 or 12023273. OLE color: 12023273.

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

Color convert

RGB 233 117 183 -
CMYK 0 0.50 0.21 0.09
HSL 325.86º 0.73% 0.69% -
HSV(B) 325.86º 0.5% 0.91% -
XYZ 48.51 33.47 48.7 -
YUV 159.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 233 117 183 0 0.50 0.21 0.09 325.86 0.73 0.69
Hex E9 75 B7 0 32 15 9 146 48 45
Octal 351 165 267 0 62 25 11 506 110 105
Binary 11101001 1110101 10110111 0 110010 10101 1001 101000110 1001000 1000101

Color Harmonies of #E975B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975B7

Black with #E975B7

Text Example


Text Example

White with #E975B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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