Html Css Color HEX #E62BAE Persian Rose

📋 copy color: '#E62BAE'

red 230 ◦ green 43 ◦ blue 174

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

Shades of Persian Rose #E62BAE

Tints of Persian Rose #E62BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.62%

 BLUE value IS 174 (68.36% from 255) = 38.93%

R = 51.45%
G = 9.62%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E62BAE (or 0xE62BAE) is known color: Persian Rose. HEX triplet: E6, 2B and AE. RGB value is (230,43,174). Sum of RGB (Red+Green+Blue) = 230+43+174=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E62BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62BAE is #19D451. Grayscale: #717171. Windows color (decimal): -1692754 or 11414502. OLE color: 11414502.

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

Color convert

RGB 230 43 174 -
CMYK 0 0.81 0.24 0.10
HSL 317.97º 0.79% 0.54% -
HSV(B) 317.97º 0.81% 0.9% -
XYZ 41.14 21.61 42.05 -
YUV 113.85 161.95 210.85 -
System Red Green Blue C M Y K H S L
Decimal 230 43 174 0 0.81 0.24 0.10 317.97 0.79 0.54
Hex E6 2B AE 0 51 18 A 13E 4F 36
Octal 346 53 256 0 121 30 12 476 117 66
Binary 11100110 101011 10101110 0 1010001 11000 1010 100111110 1001111 110110

Color Harmonies of #E62BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62BAE

Black with #E62BAE

Text Example


Text Example

White with #E62BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62BAE; }

 p { color: rgb(230,43,174); }

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

background-color css

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

 a { background-color: rgb(230,43,174); }

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

border-color css

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

 span { border-color: rgb(230,43,174); }

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