Html Css Color HEX #E65D9A Pale Violet Red

📋 copy color: '#E65D9A'

red 230 ◦ green 93 ◦ blue 154

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

Shades of Pale Violet Red #E65D9A

Tints of Pale Violet Red #E65D9A

RGB

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

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

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

R = 48.22%
G = 19.5%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E65D9A (or 0xE65D9A) is known color: Pale Violet Red. HEX triplet: E6, 5D and 9A. RGB value is (230,93,154). Sum of RGB (Red+Green+Blue) = 230+93+154=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65D9A is #19A265. Grayscale: #8C8C8C. Windows color (decimal): -1679974 or 10116582. OLE color: 10116582.

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

Color convert

RGB 230 93 154 -
CMYK 0 0.60 0.33 0.10
HSL 333.28º 0.73% 0.63% -
HSV(B) 333.28º 0.6% 0.9% -
XYZ 42.38 26.98 33.55 -
YUV 140.92 135.39 191.54 -
System Red Green Blue C M Y K H S L
Decimal 230 93 154 0 0.60 0.33 0.10 333.28 0.73 0.63
Hex E6 5D 9A 0 3C 21 A 14D 49 3F
Octal 346 135 232 0 74 41 12 515 111 77
Binary 11100110 1011101 10011010 0 111100 100001 1010 101001101 1001001 111111

Color Harmonies of #E65D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65D9A

Black with #E65D9A

Text Example


Text Example

White with #E65D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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