Html Css Color HEX #E435AE Persian Rose

📋 copy color: '#E435AE'

red 228 ◦ green 53 ◦ blue 174

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

Shades of Persian Rose #E435AE

Tints of Persian Rose #E435AE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.65%

 BLUE value IS 174 (68.36% from 255) = 38.24%

R = 50.11%
G = 11.65%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E435AE (or 0xE435AE) is known color: Persian Rose. HEX triplet: E4, 35 and AE. RGB value is (228,53,174). Sum of RGB (Red+Green+Blue) = 228+53+174=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E435AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E435AE is #1BCA51. Grayscale: #767676. Windows color (decimal): -1821266 or 11417060. OLE color: 11417060.

HSL color Cylindrical-coordinate representation of color #E435AE: hue angle of 318.51º degrees, saturation: 0.76, 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 #E435AE is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 53 174 -
CMYK 0 0.77 0.24 0.11
HSL 318.51º 0.76% 0.55% -
HSV(B) 318.51º 0.77% 0.89% -
XYZ 40.91 22.1 42.15 -
YUV 119.12 158.98 205.66 -
System Red Green Blue C M Y K H S L
Decimal 228 53 174 0 0.77 0.24 0.11 318.51 0.76 0.55
Hex E4 35 AE 0 4D 18 B 13F 4C 37
Octal 344 65 256 0 115 30 13 477 114 67
Binary 11100100 110101 10101110 0 1001101 11000 1011 100111111 1001100 110111

Color Harmonies of #E435AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E435AE

Black with #E435AE

Text Example


Text Example

White with #E435AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E435AE; }

 p { color: rgb(228,53,174); }

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

background-color css

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

 a { background-color: rgb(228,53,174); }

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

border-color css

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

 span { border-color: rgb(228,53,174); }

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