Html Css Color HEX #E75D98 Pale Violet Red

📋 copy color: '#E75D98'

red 231 ◦ green 93 ◦ blue 152

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

Shades of Pale Violet Red #E75D98

Tints of Pale Violet Red #E75D98

RGB

 RED value IS 231 (90.63% from 255) = 48.53%

 GREEN value IS 93 (36.72% from 255) = 19.54%

 BLUE value IS 152 (59.77% from 255) = 31.93%

R = 48.53%
G = 19.54%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E75D98 (or 0xE75D98) is known color: Pale Violet Red. HEX triplet: E7, 5D and 98. RGB value is (231,93,152). Sum of RGB (Red+Green+Blue) = 231+93+152=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75D98 is #18A267. Grayscale: #8C8C8C. Windows color (decimal): -1614440 or 9985511. OLE color: 9985511.

HSL color Cylindrical-coordinate representation of color #E75D98: hue angle of 334.35º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75D98 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 93 152 -
CMYK 0 0.60 0.34 0.09
HSL 334.35º 0.74% 0.64% -
HSV(B) 334.35º 0.6% 0.91% -
XYZ 42.54 27.08 32.69 -
YUV 140.99 134.22 192.2 -
System Red Green Blue C M Y K H S L
Decimal 231 93 152 0 0.60 0.34 0.09 334.35 0.74 0.64
Hex E7 5D 98 0 3C 22 9 14E 4A 40
Octal 347 135 230 0 74 42 11 516 112 100
Binary 11100111 1011101 10011000 0 111100 100010 1001 101001110 1001010 1000000

Color Harmonies of #E75D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75D98

Black with #E75D98

Text Example


Text Example

White with #E75D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75D98; }

 p { color: rgb(231,93,152); }

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

background-color css

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

 a { background-color: rgb(231,93,152); }

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

border-color css

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

 span { border-color: rgb(231,93,152); }

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