Html Css Color HEX #E25D94 Pale Violet Red

📋 copy color: '#E25D94'

red 226 ◦ green 93 ◦ blue 148

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

Shades of Pale Violet Red #E25D94

Tints of Pale Violet Red #E25D94

RGB

 RED value IS 226 (88.67% from 255) = 48.39%

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

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

R = 48.39%
G = 19.91%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E25D94 (or 0xE25D94) is known color: Pale Violet Red. HEX triplet: E2, 5D and 94. RGB value is (226,93,148). Sum of RGB (Red+Green+Blue) = 226+93+148=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25D94 is #1DA26B. Grayscale: #8A8A8A. Windows color (decimal): -1942124 or 9723362. OLE color: 9723362.

HSL color Cylindrical-coordinate representation of color #E25D94: hue angle of 335.19º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25D94 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 93 148 -
CMYK 0 0.59 0.35 0.11
HSL 335.19º 0.7% 0.63% -
HSV(B) 335.19º 0.59% 0.89% -
XYZ 40.62 26.14 30.92 -
YUV 139.04 133.06 190.03 -
System Red Green Blue C M Y K H S L
Decimal 226 93 148 0 0.59 0.35 0.11 335.19 0.7 0.63
Hex E2 5D 94 0 3B 23 B 14F 46 3F
Octal 342 135 224 0 73 43 13 517 106 77
Binary 11100010 1011101 10010100 0 111011 100011 1011 101001111 1000110 111111

Color Harmonies of #E25D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25D94

Black with #E25D94

Text Example


Text Example

White with #E25D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25D94; }

 p { color: rgb(226,93,148); }

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

background-color css

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

 a { background-color: rgb(226,93,148); }

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

border-color css

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

 span { border-color: rgb(226,93,148); }

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