Html Css Color HEX #E62EAB Persian Rose

📋 copy color: '#E62EAB'

red 230 ◦ green 46 ◦ blue 171

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

Shades of Persian Rose #E62EAB

Tints of Persian Rose #E62EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.29%

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

R = 51.45%
G = 10.29%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E62EAB (or 0xE62EAB) is known color: Persian Rose. HEX triplet: E6, 2E and AB. RGB value is (230,46,171). Sum of RGB (Red+Green+Blue) = 230+46+171=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E62EAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62EAB is #19D154. Grayscale: #727272. Windows color (decimal): -1691989 or 11218662. OLE color: 11218662.

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

Color convert

RGB 230 46 171 -
CMYK 0 0.8 0.26 0.10
HSL 319.24º 0.79% 0.54% -
HSV(B) 319.24º 0.8% 0.9% -
XYZ 40.96 21.72 40.56 -
YUV 115.27 159.46 209.84 -
System Red Green Blue C M Y K H S L
Decimal 230 46 171 0 0.8 0.26 0.10 319.24 0.79 0.54
Hex E6 2E AB 0 50 1A A 13F 4F 36
Octal 346 56 253 0 120 32 12 477 117 66
Binary 11100110 101110 10101011 0 1010000 11010 1010 100111111 1001111 110110

Color Harmonies of #E62EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62EAB

Black with #E62EAB

Text Example


Text Example

White with #E62EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62EAB; }

 p { color: rgb(230,46,171); }

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

background-color css

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

 a { background-color: rgb(230,46,171); }

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

border-color css

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

 span { border-color: rgb(230,46,171); }

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