Html Css Color HEX #E75C9A Pale Violet Red

📋 copy color: '#E75C9A'

red 231 ◦ green 92 ◦ blue 154

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

Shades of Pale Violet Red #E75C9A

Tints of Pale Violet Red #E75C9A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.29%

 BLUE value IS 154 (60.55% from 255) = 32.29%

R = 48.43%
G = 19.29%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E75C9A (or 0xE75C9A) is known color: Pale Violet Red. HEX triplet: E7, 5C and 9A. RGB value is (231,92,154). Sum of RGB (Red+Green+Blue) = 231+92+154=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75C9A is #18A365. Grayscale: #8C8C8C. Windows color (decimal): -1614694 or 10116327. OLE color: 10116327.

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

Color convert

RGB 231 92 154 -
CMYK 0 0.60 0.33 0.09
HSL 333.24º 0.74% 0.63% -
HSV(B) 333.24º 0.6% 0.91% -
XYZ 42.61 26.98 33.53 -
YUV 140.63 135.55 192.46 -
System Red Green Blue C M Y K H S L
Decimal 231 92 154 0 0.60 0.33 0.09 333.24 0.74 0.63
Hex E7 5C 9A 0 3C 21 9 14D 4A 3F
Octal 347 134 232 0 74 41 11 515 112 77
Binary 11100111 1011100 10011010 0 111100 100001 1001 101001101 1001010 111111

Color Harmonies of #E75C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75C9A

Black with #E75C9A

Text Example


Text Example

White with #E75C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75C9A; }

 p { color: rgb(231,92,154); }

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

background-color css

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

 a { background-color: rgb(231,92,154); }

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

border-color css

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

 span { border-color: rgb(231,92,154); }

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