Html Css Color HEX #E63CAA Persian Rose

📋 copy color: '#E63CAA'

red 230 ◦ green 60 ◦ blue 170

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

Shades of Persian Rose #E63CAA

Tints of Persian Rose #E63CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.04%

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 50%
G = 13.04%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E63CAA (or 0xE63CAA) is known color: Persian Rose. HEX triplet: E6, 3C and AA. RGB value is (230,60,170). Sum of RGB (Red+Green+Blue) = 230+60+170=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E63CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63CAA is #19C355. Grayscale: #7B7B7B. Windows color (decimal): -1688406 or 11156710. OLE color: 11156710.

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

Color convert

RGB 230 60 170 -
CMYK 0 0.74 0.26 0.10
HSL 321.18º 0.77% 0.57% -
HSV(B) 321.18º 0.74% 0.9% -
XYZ 41.5 22.96 40.27 -
YUV 123.37 154.32 204.06 -
System Red Green Blue C M Y K H S L
Decimal 230 60 170 0 0.74 0.26 0.10 321.18 0.77 0.57
Hex E6 3C AA 0 4A 1A A 141 4D 39
Octal 346 74 252 0 112 32 12 501 115 71
Binary 11100110 111100 10101010 0 1001010 11010 1010 101000001 1001101 111001

Color Harmonies of #E63CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63CAA

Black with #E63CAA

Text Example


Text Example

White with #E63CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63CAA; }

 p { color: rgb(230,60,170); }

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

background-color css

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

 a { background-color: rgb(230,60,170); }

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

border-color css

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

 span { border-color: rgb(230,60,170); }

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