Html Css Color HEX #E65F9F Pale Violet Red

📋 copy color: '#E65F9F'

red 230 ◦ green 95 ◦ blue 159

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

Shades of Pale Violet Red #E65F9F

Tints of Pale Violet Red #E65F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.85%

R = 47.52%
G = 19.63%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E65F9F (or 0xE65F9F) is known color: Pale Violet Red. HEX triplet: E6, 5F and 9F. RGB value is (230,95,159). Sum of RGB (Red+Green+Blue) = 230+95+159=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65F9F is #19A060. Grayscale: #8E8E8E. Windows color (decimal): -1679457 or 10444774. OLE color: 10444774.

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

Color convert

RGB 230 95 159 -
CMYK 0 0.59 0.31 0.10
HSL 331.56º 0.73% 0.64% -
HSV(B) 331.56º 0.59% 0.9% -
XYZ 42.98 27.51 35.85 -
YUV 142.66 137.23 190.3 -
System Red Green Blue C M Y K H S L
Decimal 230 95 159 0 0.59 0.31 0.10 331.56 0.73 0.64
Hex E6 5F 9F 0 3B 1F A 14C 49 40
Octal 346 137 237 0 73 37 12 514 111 100
Binary 11100110 1011111 10011111 0 111011 11111 1010 101001100 1001001 1000000

Color Harmonies of #E65F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65F9F

Black with #E65F9F

Text Example


Text Example

White with #E65F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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