Html Css Color HEX #E975C4 Persian Pink

📋 copy color: '#E975C4'

red 233 ◦ green 117 ◦ blue 196

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

Shades of Persian Pink #E975C4

Tints of Persian Pink #E975C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.9%

R = 42.67%
G = 21.43%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E975C4 (or 0xE975C4) is known color: Persian Pink. HEX triplet: E9, 75 and C4. RGB value is (233,117,196). Sum of RGB (Red+Green+Blue) = 233+117+196=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E975C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975C4 is #168A3B. Grayscale: #A0A0A0. Windows color (decimal): -1477180 or 12875241. OLE color: 12875241.

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

Color convert

RGB 233 117 196 -
CMYK 0 0.50 0.16 0.09
HSL 319.14º 0.73% 0.69% -
HSV(B) 319.14º 0.5% 0.91% -
XYZ 49.93 34.03 56.16 -
YUV 160.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 233 117 196 0 0.50 0.16 0.09 319.14 0.73 0.69
Hex E9 75 C4 0 32 10 9 13F 48 45
Octal 351 165 304 0 62 20 11 477 110 105
Binary 11101001 1110101 11000100 0 110010 10000 1001 100111111 1001000 1000101

Color Harmonies of #E975C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975C4

Black with #E975C4

Text Example


Text Example

White with #E975C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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