Html Css Color HEX #E975C6 Persian Pink

📋 copy color: '#E975C6'

red 233 ◦ green 117 ◦ blue 198

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

Shades of Persian Pink #E975C6

Tints of Persian Pink #E975C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.13%

R = 42.52%
G = 21.35%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E975C6 (or 0xE975C6) is known color: Persian Pink. HEX triplet: E9, 75 and C6. RGB value is (233,117,198). Sum of RGB (Red+Green+Blue) = 233+117+198=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E975C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E975C6 is #168A39. Grayscale: #A0A0A0. Windows color (decimal): -1477178 or 13006313. OLE color: 13006313.

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

Color convert

RGB 233 117 198 -
CMYK 0 0.50 0.15 0.09
HSL 318.1º 0.73% 0.69% -
HSV(B) 318.1º 0.5% 0.91% -
XYZ 50.16 34.12 57.37 -
YUV 160.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 233 117 198 0 0.50 0.15 0.09 318.1 0.73 0.69
Hex E9 75 C6 0 32 F 9 13E 48 45
Octal 351 165 306 0 62 17 11 476 110 105
Binary 11101001 1110101 11000110 0 110010 1111 1001 100111110 1001000 1000101

Color Harmonies of #E975C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975C6

Black with #E975C6

Text Example


Text Example

White with #E975C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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