Html Css Color HEX #E4259F Persian Rose

📋 copy color: '#E4259F'

red 228 ◦ green 37 ◦ blue 159

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

Shades of Persian Rose #E4259F

Tints of Persian Rose #E4259F

RGB

 RED value IS 228 (89.45% from 255) = 53.77%

 GREEN value IS 37 (14.84% from 255) = 8.73%

 BLUE value IS 159 (62.5% from 255) = 37.5%

R = 53.77%
G = 8.73%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E4259F (or 0xE4259F) is known color: Persian Rose. HEX triplet: E4, 25 and 9F. RGB value is (228,37,159). Sum of RGB (Red+Green+Blue) = 228+37+159=424 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.77% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 228 - color contains mainly: red. Hex color #E4259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E4259F is #1BDA60. Grayscale: #6B6B6B. Windows color (decimal): -1825377 or 10429924. OLE color: 10429924.

HSL color Cylindrical-coordinate representation of color #E4259F: hue angle of 321.68º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E4259F is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 37 159 -
CMYK 0 0.84 0.30 0.11
HSL 321.68º 0.78% 0.52% -
HSV(B) 321.68º 0.84% 0.89% -
XYZ 38.91 20.32 34.67 -
YUV 108.02 156.78 213.58 -
System Red Green Blue C M Y K H S L
Decimal 228 37 159 0 0.84 0.30 0.11 321.68 0.78 0.52
Hex E4 25 9F 0 54 1E B 142 4E 34
Octal 344 45 237 0 124 36 13 502 116 64
Binary 11100100 100101 10011111 0 1010100 11110 1011 101000010 1001110 110100

Color Harmonies of #E4259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4259F

Black with #E4259F

Text Example


Text Example

White with #E4259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4259F; }

 p { color: rgb(228,37,159); }

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

background-color css

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

 a { background-color: rgb(228,37,159); }

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

border-color css

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

 span { border-color: rgb(228,37,159); }

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