Html Css Color HEX #E62CA1 Persian Rose

📋 copy color: '#E62CA1'

red 230 ◦ green 44 ◦ blue 161

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

Shades of Persian Rose #E62CA1

Tints of Persian Rose #E62CA1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.11%

 BLUE value IS 161 (63.28% from 255) = 37.01%

R = 52.87%
G = 10.11%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.3

 K value IS 0.10

RGB Variations

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

Color information

#E62CA1 (or 0xE62CA1) is known color: Persian Rose. HEX triplet: E6, 2C and A1. RGB value is (230,44,161). Sum of RGB (Red+Green+Blue) = 230+44+161=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E62CA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62CA1 is #19D35E. Grayscale: #707070. Windows color (decimal): -1692511 or 10562790. OLE color: 10562790.

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

Color convert

RGB 230 44 161 -
CMYK 0 0.81 0.3 0.10
HSL 322.26º 0.79% 0.54% -
HSV(B) 322.26º 0.81% 0.9% -
XYZ 39.97 21.2 35.7 -
YUV 112.95 155.12 211.49 -
System Red Green Blue C M Y K H S L
Decimal 230 44 161 0 0.81 0.3 0.10 322.26 0.79 0.54
Hex E6 2C A1 0 51 1E A 142 4F 36
Octal 346 54 241 0 121 36 12 502 117 66
Binary 11100110 101100 10100001 0 1010001 11110 1010 101000010 1001111 110110

Color Harmonies of #E62CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62CA1

Black with #E62CA1

Text Example


Text Example

White with #E62CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62CA1; }

 p { color: rgb(230,44,161); }

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

background-color css

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

 a { background-color: rgb(230,44,161); }

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

border-color css

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

 span { border-color: rgb(230,44,161); }

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