Html Css Color HEX #E65E9A Pale Violet Red

📋 copy color: '#E65E9A'

red 230 ◦ green 94 ◦ blue 154

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

Shades of Pale Violet Red #E65E9A

Tints of Pale Violet Red #E65E9A

RGB

 RED value IS 230 (90.23% from 255) = 48.12%

 GREEN value IS 94 (37.11% from 255) = 19.67%

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

R = 48.12%
G = 19.67%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E65E9A (or 0xE65E9A) is known color: Pale Violet Red. HEX triplet: E6, 5E and 9A. RGB value is (230,94,154). Sum of RGB (Red+Green+Blue) = 230+94+154=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65E9A is #19A165. Grayscale: #8D8D8D. Windows color (decimal): -1679718 or 10116838. OLE color: 10116838.

HSL color Cylindrical-coordinate representation of color #E65E9A: hue angle of 333.53º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65E9A is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 94 154 -
CMYK 0 0.59 0.33 0.10
HSL 333.53º 0.73% 0.64% -
HSV(B) 333.53º 0.59% 0.9% -
XYZ 42.47 27.16 33.58 -
YUV 141.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 230 94 154 0 0.59 0.33 0.10 333.53 0.73 0.64
Hex E6 5E 9A 0 3B 21 A 14E 49 40
Octal 346 136 232 0 73 41 12 516 111 100
Binary 11100110 1011110 10011010 0 111011 100001 1010 101001110 1001001 1000000

Color Harmonies of #E65E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65E9A

Black with #E65E9A

Text Example


Text Example

White with #E65E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65E9A; }

 p { color: rgb(230,94,154); }

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

background-color css

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

 a { background-color: rgb(230,94,154); }

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

border-color css

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

 span { border-color: rgb(230,94,154); }

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