Html Css Color HEX #E62CA4 Persian Rose

📋 copy color: '#E62CA4'

red 230 ◦ green 44 ◦ blue 164

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

Shades of Persian Rose #E62CA4

Tints of Persian Rose #E62CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.44%

R = 52.51%
G = 10.05%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E62CA4 (or 0xE62CA4) is known color: Persian Rose. HEX triplet: E6, 2C and A4. RGB value is (230,44,164). Sum of RGB (Red+Green+Blue) = 230+44+164=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E62CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62CA4 is #19D35B. Grayscale: #717171. Windows color (decimal): -1692508 or 10759398. OLE color: 10759398.

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

Color convert

RGB 230 44 164 -
CMYK 0 0.81 0.29 0.10
HSL 321.29º 0.79% 0.54% -
HSV(B) 321.29º 0.81% 0.9% -
XYZ 40.23 21.3 37.11 -
YUV 113.29 156.62 211.24 -
System Red Green Blue C M Y K H S L
Decimal 230 44 164 0 0.81 0.29 0.10 321.29 0.79 0.54
Hex E6 2C A4 0 51 1D A 141 4F 36
Octal 346 54 244 0 121 35 12 501 117 66
Binary 11100110 101100 10100100 0 1010001 11101 1010 101000001 1001111 110110

Color Harmonies of #E62CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62CA4

Black with #E62CA4

Text Example


Text Example

White with #E62CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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