Html Css Color HEX #E25C96 Pale Violet Red

📋 copy color: '#E25C96'

red 226 ◦ green 92 ◦ blue 150

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

Shades of Pale Violet Red #E25C96

Tints of Pale Violet Red #E25C96

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.66%

 BLUE value IS 150 (58.98% from 255) = 32.05%

R = 48.29%
G = 19.66%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E25C96 (or 0xE25C96) is known color: Pale Violet Red. HEX triplet: E2, 5C and 96. RGB value is (226,92,150). Sum of RGB (Red+Green+Blue) = 226+92+150=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25C96 is #1DA369. Grayscale: #8A8A8A. Windows color (decimal): -1942378 or 9854178. OLE color: 9854178.

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

Color convert

RGB 226 92 150 -
CMYK 0 0.59 0.34 0.11
HSL 334.03º 0.7% 0.62% -
HSV(B) 334.03º 0.59% 0.89% -
XYZ 40.7 26.03 31.73 -
YUV 138.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 226 92 150 0 0.59 0.34 0.11 334.03 0.7 0.62
Hex E2 5C 96 0 3B 22 B 14E 46 3E
Octal 342 134 226 0 73 42 13 516 106 76
Binary 11100010 1011100 10010110 0 111011 100010 1011 101001110 1000110 111110

Color Harmonies of #E25C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25C96

Black with #E25C96

Text Example


Text Example

White with #E25C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25C96; }

 p { color: rgb(226,92,150); }

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

background-color css

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

 a { background-color: rgb(226,92,150); }

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

border-color css

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

 span { border-color: rgb(226,92,150); }

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