Html Css Color HEX #E65F94 Pale Violet Red

📋 copy color: '#E65F94'

red 230 ◦ green 95 ◦ blue 148

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

Shades of Pale Violet Red #E65F94

Tints of Pale Violet Red #E65F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.29%

R = 48.63%
G = 20.08%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E65F94 (or 0xE65F94) is known color: Pale Violet Red. HEX triplet: E6, 5F and 94. RGB value is (230,95,148). Sum of RGB (Red+Green+Blue) = 230+95+148=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65F94 is #19A06B. Grayscale: #8D8D8D. Windows color (decimal): -1679468 or 9723878. OLE color: 9723878.

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

Color convert

RGB 230 95 148 -
CMYK 0 0.59 0.36 0.10
HSL 336.44º 0.73% 0.64% -
HSV(B) 336.44º 0.59% 0.9% -
XYZ 42.07 27.15 31.04 -
YUV 141.41 131.73 191.19 -
System Red Green Blue C M Y K H S L
Decimal 230 95 148 0 0.59 0.36 0.10 336.44 0.73 0.64
Hex E6 5F 94 0 3B 24 A 150 49 40
Octal 346 137 224 0 73 44 12 520 111 100
Binary 11100110 1011111 10010100 0 111011 100100 1010 101010000 1001001 1000000

Color Harmonies of #E65F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65F94

Black with #E65F94

Text Example


Text Example

White with #E65F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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