Html Css Color HEX #E434AA Persian Rose

📋 copy color: '#E434AA'

red 228 ◦ green 52 ◦ blue 170

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

Shades of Persian Rose #E434AA

Tints of Persian Rose #E434AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.56%

 BLUE value IS 170 (66.8% from 255) = 37.78%

R = 50.67%
G = 11.56%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E434AA (or 0xE434AA) is known color: Persian Rose. HEX triplet: E4, 34 and AA. RGB value is (228,52,170). Sum of RGB (Red+Green+Blue) = 228+52+170=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E434AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E434AA is #1BCB55. Grayscale: #757575. Windows color (decimal): -1821526 or 11154660. OLE color: 11154660.

HSL color Cylindrical-coordinate representation of color #E434AA: hue angle of 319.77º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E434AA is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 52 170 -
CMYK 0 0.77 0.25 0.11
HSL 319.77º 0.77% 0.55% -
HSV(B) 319.77º 0.77% 0.89% -
XYZ 40.48 21.85 40.11 -
YUV 118.08 157.31 206.41 -
System Red Green Blue C M Y K H S L
Decimal 228 52 170 0 0.77 0.25 0.11 319.77 0.77 0.55
Hex E4 34 AA 0 4D 19 B 140 4D 37
Octal 344 64 252 0 115 31 13 500 115 67
Binary 11100100 110100 10101010 0 1001101 11001 1011 101000000 1001101 110111

Color Harmonies of #E434AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E434AA

Black with #E434AA

Text Example


Text Example

White with #E434AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E434AA; }

 p { color: rgb(228,52,170); }

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

background-color css

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

 a { background-color: rgb(228,52,170); }

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

border-color css

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

 span { border-color: rgb(228,52,170); }

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