Html Css Color HEX #E965A1 Pale Violet Red

📋 copy color: '#E965A1'

red 233 ◦ green 101 ◦ blue 161

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

Shades of Pale Violet Red #E965A1

Tints of Pale Violet Red #E965A1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.4%

 BLUE value IS 161 (63.28% from 255) = 32.53%

R = 47.07%
G = 20.4%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E965A1 (or 0xE965A1) is known color: Pale Violet Red. HEX triplet: E9, 65 and A1. RGB value is (233,101,161). Sum of RGB (Red+Green+Blue) = 233+101+161=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E965A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E965A1 is #169A5E. Grayscale: #939393. Windows color (decimal): -1481311 or 10577385. OLE color: 10577385.

HSL color Cylindrical-coordinate representation of color #E965A1: hue angle of 332.73º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E965A1 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 101 161 -
CMYK 0 0.57 0.31 0.09
HSL 332.73º 0.75% 0.65% -
HSV(B) 332.73º 0.57% 0.91% -
XYZ 44.69 29.2 37 -
YUV 147.31 135.73 189.12 -
System Red Green Blue C M Y K H S L
Decimal 233 101 161 0 0.57 0.31 0.09 332.73 0.75 0.65
Hex E9 65 A1 0 39 1F 9 14D 4B 41
Octal 351 145 241 0 71 37 11 515 113 101
Binary 11101001 1100101 10100001 0 111001 11111 1001 101001101 1001011 1000001

Color Harmonies of #E965A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E965A1

Black with #E965A1

Text Example


Text Example

White with #E965A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E965A1; }

 p { color: rgb(233,101,161); }

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

background-color css

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

 a { background-color: rgb(233,101,161); }

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

border-color css

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

 span { border-color: rgb(233,101,161); }

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