Html Css Color HEX #E62FAB Persian Rose

📋 copy color: '#E62FAB'

red 230 ◦ green 47 ◦ blue 171

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

Shades of Persian Rose #E62FAB

Tints of Persian Rose #E62FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.49%

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

R = 51.34%
G = 10.49%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E62FAB (or 0xE62FAB) is known color: Persian Rose. HEX triplet: E6, 2F and AB. RGB value is (230,47,171). Sum of RGB (Red+Green+Blue) = 230+47+171=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E62FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62FAB is #19D054. Grayscale: #737373. Windows color (decimal): -1691733 or 11218918. OLE color: 11218918.

HSL color Cylindrical-coordinate representation of color #E62FAB: hue angle of 319.34º 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 #E62FAB is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 47 171 -
CMYK 0 0.80 0.26 0.10
HSL 319.34º 0.79% 0.54% -
HSV(B) 319.34º 0.8% 0.9% -
XYZ 41 21.8 40.57 -
YUV 115.85 159.13 209.42 -
System Red Green Blue C M Y K H S L
Decimal 230 47 171 0 0.80 0.26 0.10 319.34 0.79 0.54
Hex E6 2F AB 0 50 1A A 13F 4F 36
Octal 346 57 253 0 120 32 12 477 117 66
Binary 11100110 101111 10101011 0 1010000 11010 1010 100111111 1001111 110110

Color Harmonies of #E62FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62FAB

Black with #E62FAB

Text Example


Text Example

White with #E62FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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