Html Css Color HEX #E975B5 Persian Pink

📋 copy color: '#E975B5'

red 233 ◦ green 117 ◦ blue 181

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

Shades of Persian Pink #E975B5

Tints of Persian Pink #E975B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.09%

R = 43.88%
G = 22.03%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E975B5 (or 0xE975B5) is known color: Persian Pink. HEX triplet: E9, 75 and B5. RGB value is (233,117,181). Sum of RGB (Red+Green+Blue) = 233+117+181=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E975B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975B5 is #168A4A. Grayscale: #9E9E9E. Windows color (decimal): -1477195 or 11892201. OLE color: 11892201.

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

Color convert

RGB 233 117 181 -
CMYK 0 0.50 0.22 0.09
HSL 326.9º 0.73% 0.69% -
HSV(B) 326.9º 0.5% 0.91% -
XYZ 48.31 33.38 47.61 -
YUV 158.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 233 117 181 0 0.50 0.22 0.09 326.9 0.73 0.69
Hex E9 75 B5 0 32 16 9 147 48 45
Octal 351 165 265 0 62 26 11 507 110 105
Binary 11101001 1110101 10110101 0 110010 10110 1001 101000111 1001000 1000101

Color Harmonies of #E975B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975B5

Black with #E975B5

Text Example


Text Example

White with #E975B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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