Html Css Color HEX #E4279F Persian Rose

📋 copy color: '#E4279F'

red 228 ◦ green 39 ◦ blue 159

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

Shades of Persian Rose #E4279F

Tints of Persian Rose #E4279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.15%

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

R = 53.52%
G = 9.15%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E4279F (or 0xE4279F) is known color: Persian Rose. HEX triplet: E4, 27 and 9F. RGB value is (228,39,159). Sum of RGB (Red+Green+Blue) = 228+39+159=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E4279F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E4279F is #1BD860. Grayscale: #6C6C6C. Windows color (decimal): -1824865 or 10430436. OLE color: 10430436.

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

Color convert

RGB 228 39 159 -
CMYK 0 0.83 0.30 0.11
HSL 321.9º 0.78% 0.52% -
HSV(B) 321.9º 0.83% 0.89% -
XYZ 38.98 20.45 34.69 -
YUV 109.19 156.12 212.74 -
System Red Green Blue C M Y K H S L
Decimal 228 39 159 0 0.83 0.30 0.11 321.9 0.78 0.52
Hex E4 27 9F 0 53 1E B 142 4E 34
Octal 344 47 237 0 123 36 13 502 116 64
Binary 11100100 100111 10011111 0 1010011 11110 1011 101000010 1001110 110100

Color Harmonies of #E4279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4279F

Black with #E4279F

Text Example


Text Example

White with #E4279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4279F; }

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

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

background-color css

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

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

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

border-color css

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

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

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