Html Css Color HEX #E4239F Persian Rose

📋 copy color: '#E4239F'

red 228 ◦ green 35 ◦ blue 159

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

Shades of Persian Rose #E4239F

Tints of Persian Rose #E4239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.29%

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

R = 54.03%
G = 8.29%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E4239F (or 0xE4239F) is known color: Persian Rose. HEX triplet: E4, 23 and 9F. RGB value is (228,35,159). Sum of RGB (Red+Green+Blue) = 228+35+159=422 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.03% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 228 - color contains mainly: red. Hex color #E4239F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E4239F is #1BDC60. Grayscale: #6A6A6A. Windows color (decimal): -1825889 or 10429412. OLE color: 10429412.

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

Color convert

RGB 228 35 159 -
CMYK 0 0.85 0.30 0.11
HSL 321.45º 0.78% 0.52% -
HSV(B) 321.45º 0.85% 0.89% -
XYZ 38.85 20.2 34.65 -
YUV 106.84 157.44 214.42 -
System Red Green Blue C M Y K H S L
Decimal 228 35 159 0 0.85 0.30 0.11 321.45 0.78 0.52
Hex E4 23 9F 0 55 1E B 141 4E 34
Octal 344 43 237 0 125 36 13 501 116 64
Binary 11100100 100011 10011111 0 1010101 11110 1011 101000001 1001110 110100

Color Harmonies of #E4239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4239F

Black with #E4239F

Text Example


Text Example

White with #E4239F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4239F; }

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

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

background-color css

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

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

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

border-color css

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

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

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