Html Css Color HEX #E63FAE Persian Rose

📋 copy color: '#E63FAE'

red 230 ◦ green 63 ◦ blue 174

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

Shades of Persian Rose #E63FAE

Tints of Persian Rose #E63FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 13.49%

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

R = 49.25%
G = 13.49%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E63FAE (or 0xE63FAE) is known color: Persian Rose. HEX triplet: E6, 3F and AE. RGB value is (230,63,174). Sum of RGB (Red+Green+Blue) = 230+63+174=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E63FAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63FAE is #19C051. Grayscale: #7D7D7D. Windows color (decimal): -1687634 or 11419622. OLE color: 11419622.

HSL color Cylindrical-coordinate representation of color #E63FAE: hue angle of 320.12º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E63FAE is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 63 174 -
CMYK 0 0.73 0.24 0.10
HSL 320.12º 0.77% 0.57% -
HSV(B) 320.12º 0.73% 0.9% -
XYZ 42.05 23.43 42.35 -
YUV 125.59 155.33 202.47 -
System Red Green Blue C M Y K H S L
Decimal 230 63 174 0 0.73 0.24 0.10 320.12 0.77 0.57
Hex E6 3F AE 0 49 18 A 140 4D 39
Octal 346 77 256 0 111 30 12 500 115 71
Binary 11100110 111111 10101110 0 1001001 11000 1010 101000000 1001101 111001

Color Harmonies of #E63FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63FAE

Black with #E63FAE

Text Example


Text Example

White with #E63FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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