Html Css Color HEX #E434B0 Persian Rose

📋 copy color: '#E434B0'

red 228 ◦ green 52 ◦ blue 176

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

Shades of Persian Rose #E434B0

Tints of Persian Rose #E434B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.6%

R = 50%
G = 11.4%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E434B0 (or 0xE434B0) is known color: Persian Rose. HEX triplet: E4, 34 and B0. RGB value is (228,52,176). Sum of RGB (Red+Green+Blue) = 228+52+176=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E434B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E434B0 is #1BCB4F. Grayscale: #767676. Windows color (decimal): -1821520 or 11547876. OLE color: 11547876.

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

Color convert

RGB 228 52 176 -
CMYK 0 0.77 0.23 0.11
HSL 317.73º 0.77% 0.55% -
HSV(B) 317.73º 0.77% 0.89% -
XYZ 41.06 22.08 43.17 -
YUV 118.76 160.31 205.92 -
System Red Green Blue C M Y K H S L
Decimal 228 52 176 0 0.77 0.23 0.11 317.73 0.77 0.55
Hex E4 34 B0 0 4D 17 B 13E 4D 37
Octal 344 64 260 0 115 27 13 476 115 67
Binary 11100100 110100 10110000 0 1001101 10111 1011 100111110 1001101 110111

Color Harmonies of #E434B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E434B0

Black with #E434B0

Text Example


Text Example

White with #E434B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E434B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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