Html Css Color HEX #E25F8F Pale Violet Red

📋 copy color: '#E25F8F'

red 226 ◦ green 95 ◦ blue 143

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

Shades of Pale Violet Red #E25F8F

Tints of Pale Violet Red #E25F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.82%

R = 48.71%
G = 20.47%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E25F8F (or 0xE25F8F) is known color: Pale Violet Red. HEX triplet: E2, 5F and 8F. RGB value is (226,95,143). Sum of RGB (Red+Green+Blue) = 226+95+143=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25F8F is #1DA070. Grayscale: #8B8B8B. Windows color (decimal): -1941617 or 9396194. OLE color: 9396194.

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

Color convert

RGB 226 95 143 -
CMYK 0 0.58 0.37 0.11
HSL 338.02º 0.69% 0.63% -
HSV(B) 338.02º 0.58% 0.89% -
XYZ 40.41 26.34 28.94 -
YUV 139.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 226 95 143 0 0.58 0.37 0.11 338.02 0.69 0.63
Hex E2 5F 8F 0 3A 25 B 152 45 3F
Octal 342 137 217 0 72 45 13 522 105 77
Binary 11100010 1011111 10001111 0 111010 100101 1011 101010010 1000101 111111

Color Harmonies of #E25F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25F8F

Black with #E25F8F

Text Example


Text Example

White with #E25F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25F8F; }

 p { color: rgb(226,95,143); }

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

background-color css

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

 a { background-color: rgb(226,95,143); }

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

border-color css

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

 span { border-color: rgb(226,95,143); }

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