Html Css Color HEX #E4209A Persian Rose

📋 copy color: '#E4209A'

red 228 ◦ green 32 ◦ blue 154

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

Shades of Persian Rose #E4209A

Tints of Persian Rose #E4209A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.73%

 BLUE value IS 154 (60.55% from 255) = 37.2%

R = 55.07%
G = 7.73%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E4209A (or 0xE4209A) is known color: Persian Rose. HEX triplet: E4, 20 and 9A. RGB value is (228,32,154). Sum of RGB (Red+Green+Blue) = 228+32+154=414 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.07% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 228 - color contains mainly: red. Hex color #E4209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E4209A is #1BDF65. Grayscale: #686868. Windows color (decimal): -1826662 or 10100964. OLE color: 10100964.

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

Color convert

RGB 228 32 154 -
CMYK 0 0.86 0.32 0.11
HSL 322.65º 0.78% 0.51% -
HSV(B) 322.65º 0.86% 0.89% -
XYZ 38.34 19.86 32.38 -
YUV 104.51 155.93 216.08 -
System Red Green Blue C M Y K H S L
Decimal 228 32 154 0 0.86 0.32 0.11 322.65 0.78 0.51
Hex E4 20 9A 0 56 20 B 143 4E 33
Octal 344 40 232 0 126 40 13 503 116 63
Binary 11100100 100000 10011010 0 1010110 100000 1011 101000011 1001110 110011

Color Harmonies of #E4209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4209A

Black with #E4209A

Text Example


Text Example

White with #E4209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4209A; }

 p { color: rgb(228,32,154); }

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

background-color css

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

 a { background-color: rgb(228,32,154); }

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

border-color css

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

 span { border-color: rgb(228,32,154); }

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