Html Css Color HEX #E62EAC Persian Rose

📋 copy color: '#E62EAC'

red 230 ◦ green 46 ◦ blue 172

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

Shades of Persian Rose #E62EAC

Tints of Persian Rose #E62EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 51.34%
G = 10.27%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E62EAC (or 0xE62EAC) is known color: Persian Rose. HEX triplet: E6, 2E and AC. RGB value is (230,46,172). Sum of RGB (Red+Green+Blue) = 230+46+172=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E62EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62EAC is #19D153. Grayscale: #737373. Windows color (decimal): -1691988 or 11284198. OLE color: 11284198.

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

Color convert

RGB 230 46 172 -
CMYK 0 0.8 0.25 0.10
HSL 318.91º 0.79% 0.54% -
HSV(B) 318.91º 0.8% 0.9% -
XYZ 41.06 21.76 41.07 -
YUV 115.38 159.96 209.75 -
System Red Green Blue C M Y K H S L
Decimal 230 46 172 0 0.8 0.25 0.10 318.91 0.79 0.54
Hex E6 2E AC 0 50 19 A 13F 4F 36
Octal 346 56 254 0 120 31 12 477 117 66
Binary 11100110 101110 10101100 0 1010000 11001 1010 100111111 1001111 110110

Color Harmonies of #E62EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62EAC

Black with #E62EAC

Text Example


Text Example

White with #E62EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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