Html Css Color HEX #E430AD Persian Rose

📋 copy color: '#E430AD'

red 228 ◦ green 48 ◦ blue 173

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

Shades of Persian Rose #E430AD

Tints of Persian Rose #E430AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.53%

R = 50.78%
G = 10.69%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E430AD (or 0xE430AD) is known color: Persian Rose. HEX triplet: E4, 30 and AD. RGB value is (228,48,173). Sum of RGB (Red+Green+Blue) = 228+48+173=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E430AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E430AD is #1BCF52. Grayscale: #737373. Windows color (decimal): -1822547 or 11350244. OLE color: 11350244.

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

Color convert

RGB 228 48 173 -
CMYK 0 0.79 0.24 0.11
HSL 318.33º 0.77% 0.54% -
HSV(B) 318.33º 0.79% 0.89% -
XYZ 40.59 21.63 41.57 -
YUV 116.07 160.13 207.84 -
System Red Green Blue C M Y K H S L
Decimal 228 48 173 0 0.79 0.24 0.11 318.33 0.77 0.54
Hex E4 30 AD 0 4F 18 B 13E 4D 36
Octal 344 60 255 0 117 30 13 476 115 66
Binary 11100100 110000 10101101 0 1001111 11000 1011 100111110 1001101 110110

Color Harmonies of #E430AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E430AD

Black with #E430AD

Text Example


Text Example

White with #E430AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E430AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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