Html Css Color HEX #E62DAB Persian Rose

📋 copy color: '#E62DAB'

red 230 ◦ green 45 ◦ blue 171

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

Shades of Persian Rose #E62DAB

Tints of Persian Rose #E62DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.09%

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

R = 51.57%
G = 10.09%
B = 38.34%

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

#E62DAB (or 0xE62DAB) is known color: Persian Rose. HEX triplet: E6, 2D and AB. RGB value is (230,45,171). Sum of RGB (Red+Green+Blue) = 230+45+171=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E62DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62DAB is #19D254. Grayscale: #727272. Windows color (decimal): -1692245 or 11218406. OLE color: 11218406.

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

Color convert

RGB 230 45 171 -
CMYK 0 0.80 0.26 0.10
HSL 319.14º 0.79% 0.54% -
HSV(B) 319.14º 0.8% 0.9% -
XYZ 40.92 21.64 40.55 -
YUV 114.68 159.79 210.25 -
System Red Green Blue C M Y K H S L
Decimal 230 45 171 0 0.80 0.26 0.10 319.14 0.79 0.54
Hex E6 2D AB 0 50 1A A 13F 4F 36
Octal 346 55 253 0 120 32 12 477 117 66
Binary 11100110 101101 10101011 0 1010000 11010 1010 100111111 1001111 110110

Color Harmonies of #E62DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62DAB

Black with #E62DAB

Text Example


Text Example

White with #E62DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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