Html Css Color HEX #E975B6 Persian Pink

📋 copy color: '#E975B6'

red 233 ◦ green 117 ◦ blue 182

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

Shades of Persian Pink #E975B6

Tints of Persian Pink #E975B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.21%

R = 43.8%
G = 21.99%
B = 34.21%

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

#E975B6 (or 0xE975B6) is known color: Persian Pink. HEX triplet: E9, 75 and B6. RGB value is (233,117,182). Sum of RGB (Red+Green+Blue) = 233+117+182=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E975B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975B6 is #168A49. Grayscale: #9E9E9E. Windows color (decimal): -1477194 or 11957737. OLE color: 11957737.

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

Color convert

RGB 233 117 182 -
CMYK 0 0.50 0.22 0.09
HSL 326.38º 0.73% 0.69% -
HSV(B) 326.38º 0.5% 0.91% -
XYZ 48.41 33.42 48.16 -
YUV 159.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 233 117 182 0 0.50 0.22 0.09 326.38 0.73 0.69
Hex E9 75 B6 0 32 16 9 146 48 45
Octal 351 165 266 0 62 26 11 506 110 105
Binary 11101001 1110101 10110110 0 110010 10110 1001 101000110 1001000 1000101

Color Harmonies of #E975B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975B6

Black with #E975B6

Text Example


Text Example

White with #E975B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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