Html Css Color HEX #E25C9C Pale Violet Red

📋 copy color: '#E25C9C'

red 226 ◦ green 92 ◦ blue 156

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

Shades of Pale Violet Red #E25C9C

Tints of Pale Violet Red #E25C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.91%

R = 47.68%
G = 19.41%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E25C9C (or 0xE25C9C) is known color: Pale Violet Red. HEX triplet: E2, 5C and 9C. RGB value is (226,92,156). Sum of RGB (Red+Green+Blue) = 226+92+156=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25C9C is #1DA363. Grayscale: #8B8B8B. Windows color (decimal): -1942372 or 10247394. OLE color: 10247394.

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

Color convert

RGB 226 92 156 -
CMYK 0 0.59 0.31 0.11
HSL 331.34º 0.7% 0.62% -
HSV(B) 331.34º 0.59% 0.89% -
XYZ 41.19 26.22 34.34 -
YUV 139.36 137.39 189.8 -
System Red Green Blue C M Y K H S L
Decimal 226 92 156 0 0.59 0.31 0.11 331.34 0.7 0.62
Hex E2 5C 9C 0 3B 1F B 14B 46 3E
Octal 342 134 234 0 73 37 13 513 106 76
Binary 11100010 1011100 10011100 0 111011 11111 1011 101001011 1000110 111110

Color Harmonies of #E25C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25C9C

Black with #E25C9C

Text Example


Text Example

White with #E25C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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