Html Css Color HEX #E629A9 Persian Rose

📋 copy color: '#E629A9'

red 230 ◦ green 41 ◦ blue 169

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

Shades of Persian Rose #E629A9

Tints of Persian Rose #E629A9

RGB

 RED value IS 230 (90.23% from 255) = 52.27%

 GREEN value IS 41 (16.41% from 255) = 9.32%

 BLUE value IS 169 (66.41% from 255) = 38.41%

R = 52.27%
G = 9.32%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E629A9 (or 0xE629A9) is known color: Persian Rose. HEX triplet: E6, 29 and A9. RGB value is (230,41,169). Sum of RGB (Red+Green+Blue) = 230+41+169=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E629A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E629A9 is #19D656. Grayscale: #6F6F6F. Windows color (decimal): -1693271 or 11086310. OLE color: 11086310.

HSL color Cylindrical-coordinate representation of color #E629A9: hue angle of 319.37º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E629A9 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 41 169 -
CMYK 0 0.82 0.27 0.10
HSL 319.37º 0.79% 0.53% -
HSV(B) 319.37º 0.82% 0.9% -
XYZ 40.59 21.27 39.5 -
YUV 112.1 160.12 212.09 -
System Red Green Blue C M Y K H S L
Decimal 230 41 169 0 0.82 0.27 0.10 319.37 0.79 0.53
Hex E6 29 A9 0 52 1B A 13F 4F 35
Octal 346 51 251 0 122 33 12 477 117 65
Binary 11100110 101001 10101001 0 1010010 11011 1010 100111111 1001111 110101

Color Harmonies of #E629A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E629A9

Black with #E629A9

Text Example


Text Example

White with #E629A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E629A9; }

 p { color: rgb(230,41,169); }

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

background-color css

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

 a { background-color: rgb(230,41,169); }

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

border-color css

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

 span { border-color: rgb(230,41,169); }

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