Html Css Color HEX #E975C1 Persian Pink

📋 copy color: '#E975C1'

red 233 ◦ green 117 ◦ blue 193

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

Shades of Persian Pink #E975C1

Tints of Persian Pink #E975C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.54%

R = 42.91%
G = 21.55%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E975C1 (or 0xE975C1) is known color: Persian Pink. HEX triplet: E9, 75 and C1. RGB value is (233,117,193). Sum of RGB (Red+Green+Blue) = 233+117+193=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E975C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975C1 is #168A3E. Grayscale: #A0A0A0. Windows color (decimal): -1477183 or 12678633. OLE color: 12678633.

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

Color convert

RGB 233 117 193 -
CMYK 0 0.50 0.17 0.09
HSL 320.69º 0.73% 0.69% -
HSV(B) 320.69º 0.5% 0.91% -
XYZ 49.59 33.9 54.38 -
YUV 160.35 146.43 179.82 -
System Red Green Blue C M Y K H S L
Decimal 233 117 193 0 0.50 0.17 0.09 320.69 0.73 0.69
Hex E9 75 C1 0 32 11 9 141 48 45
Octal 351 165 301 0 62 21 11 501 110 105
Binary 11101001 1110101 11000001 0 110010 10001 1001 101000001 1001000 1000101

Color Harmonies of #E975C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975C1

Black with #E975C1

Text Example


Text Example

White with #E975C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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