Html Css Color HEX #E25D92 Pale Violet Red

📋 copy color: '#E25D92'

red 226 ◦ green 93 ◦ blue 146

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

Shades of Pale Violet Red #E25D92

Tints of Pale Violet Red #E25D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.4%

R = 48.6%
G = 20%
B = 31.4%

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

#E25D92 (or 0xE25D92) is known color: Pale Violet Red. HEX triplet: E2, 5D and 92. RGB value is (226,93,146). Sum of RGB (Red+Green+Blue) = 226+93+146=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25D92 is #1DA26D. Grayscale: #8A8A8A. Windows color (decimal): -1942126 or 9592290. OLE color: 9592290.

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

Color convert

RGB 226 93 146 -
CMYK 0 0.59 0.35 0.11
HSL 336.09º 0.7% 0.63% -
HSV(B) 336.09º 0.59% 0.89% -
XYZ 40.47 26.07 30.09 -
YUV 138.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 226 93 146 0 0.59 0.35 0.11 336.09 0.7 0.63
Hex E2 5D 92 0 3B 23 B 150 46 3F
Octal 342 135 222 0 73 43 13 520 106 77
Binary 11100010 1011101 10010010 0 111011 100011 1011 101010000 1000110 111111

Color Harmonies of #E25D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25D92

Black with #E25D92

Text Example


Text Example

White with #E25D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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