Html Css Color HEX #E975BE Persian Pink

📋 copy color: '#E975BE'

red 233 ◦ green 117 ◦ blue 190

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

Shades of Persian Pink #E975BE

Tints of Persian Pink #E975BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.19%

R = 43.15%
G = 21.67%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E975BE (or 0xE975BE) is known color: Persian Pink. HEX triplet: E9, 75 and BE. RGB value is (233,117,190). Sum of RGB (Red+Green+Blue) = 233+117+190=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E975BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975BE is #168A41. Grayscale: #9F9F9F. Windows color (decimal): -1477186 or 12482025. OLE color: 12482025.

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

Color convert

RGB 233 117 190 -
CMYK 0 0.50 0.18 0.09
HSL 322.24º 0.73% 0.69% -
HSV(B) 322.24º 0.5% 0.91% -
XYZ 49.26 33.76 52.64 -
YUV 160.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 233 117 190 0 0.50 0.18 0.09 322.24 0.73 0.69
Hex E9 75 BE 0 32 12 9 142 48 45
Octal 351 165 276 0 62 22 11 502 110 105
Binary 11101001 1110101 10111110 0 110010 10010 1001 101000010 1001000 1000101

Color Harmonies of #E975BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975BE

Black with #E975BE

Text Example


Text Example

White with #E975BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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