Html Css Color HEX #E430AB Persian Rose

📋 copy color: '#E430AB'

red 228 ◦ green 48 ◦ blue 171

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

Shades of Persian Rose #E430AB

Tints of Persian Rose #E430AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.74%

 BLUE value IS 171 (67.19% from 255) = 38.26%

R = 51.01%
G = 10.74%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E430AB (or 0xE430AB) is known color: Persian Rose. HEX triplet: E4, 30 and AB. RGB value is (228,48,171). Sum of RGB (Red+Green+Blue) = 228+48+171=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E430AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E430AB is #1BCF54. Grayscale: #737373. Windows color (decimal): -1822549 or 11219172. OLE color: 11219172.

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

Color convert

RGB 228 48 171 -
CMYK 0 0.79 0.25 0.11
HSL 319º 0.77% 0.54% -
HSV(B) 319º 0.79% 0.89% -
XYZ 40.4 21.55 40.56 -
YUV 115.84 159.13 208 -
System Red Green Blue C M Y K H S L
Decimal 228 48 171 0 0.79 0.25 0.11 319 0.77 0.54
Hex E4 30 AB 0 4F 19 B 13F 4D 36
Octal 344 60 253 0 117 31 13 477 115 66
Binary 11100100 110000 10101011 0 1001111 11001 1011 100111111 1001101 110110

Color Harmonies of #E430AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E430AB

Black with #E430AB

Text Example


Text Example

White with #E430AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E430AB; }

 p { color: rgb(228,48,171); }

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

background-color css

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

 a { background-color: rgb(228,48,171); }

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

border-color css

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

 span { border-color: rgb(228,48,171); }

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