Html Css Color HEX #E65F91 Pale Violet Red

📋 copy color: '#E65F91'

red 230 ◦ green 95 ◦ blue 145

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

Shades of Pale Violet Red #E65F91

Tints of Pale Violet Red #E65F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.21%

 BLUE value IS 145 (57.03% from 255) = 30.85%

R = 48.94%
G = 20.21%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E65F91 (or 0xE65F91) is known color: Pale Violet Red. HEX triplet: E6, 5F and 91. RGB value is (230,95,145). Sum of RGB (Red+Green+Blue) = 230+95+145=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65F91 is #19A06E. Grayscale: #8D8D8D. Windows color (decimal): -1679471 or 9527270. OLE color: 9527270.

HSL color Cylindrical-coordinate representation of color #E65F91: hue angle of 337.78º 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 #E65F91 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 95 145 -
CMYK 0 0.59 0.37 0.10
HSL 337.78º 0.73% 0.64% -
HSV(B) 337.78º 0.59% 0.9% -
XYZ 41.84 27.05 29.8 -
YUV 141.07 130.23 191.43 -
System Red Green Blue C M Y K H S L
Decimal 230 95 145 0 0.59 0.37 0.10 337.78 0.73 0.64
Hex E6 5F 91 0 3B 25 A 152 49 40
Octal 346 137 221 0 73 45 12 522 111 100
Binary 11100110 1011111 10010001 0 111011 100101 1010 101010010 1001001 1000000

Color Harmonies of #E65F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65F91

Black with #E65F91

Text Example


Text Example

White with #E65F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65F91; }

 p { color: rgb(230,95,145); }

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

background-color css

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

 a { background-color: rgb(230,95,145); }

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

border-color css

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

 span { border-color: rgb(230,95,145); }

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