Html Css Color HEX #E63CAC Persian Rose

📋 copy color: '#E63CAC'

red 230 ◦ green 60 ◦ blue 172

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

Shades of Persian Rose #E63CAC

Tints of Persian Rose #E63CAC

RGB

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

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

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

R = 49.78%
G = 12.99%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E63CAC (or 0xE63CAC) is known color: Persian Rose. HEX triplet: E6, 3C and AC. RGB value is (230,60,172). Sum of RGB (Red+Green+Blue) = 230+60+172=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E63CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63CAC is #19C353. Grayscale: #7B7B7B. Windows color (decimal): -1688404 or 11287782. OLE color: 11287782.

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

Color convert

RGB 230 60 172 -
CMYK 0 0.74 0.25 0.10
HSL 320.47º 0.77% 0.57% -
HSV(B) 320.47º 0.74% 0.9% -
XYZ 41.7 23.03 41.28 -
YUV 123.6 155.32 203.89 -
System Red Green Blue C M Y K H S L
Decimal 230 60 172 0 0.74 0.25 0.10 320.47 0.77 0.57
Hex E6 3C AC 0 4A 19 A 140 4D 39
Octal 346 74 254 0 112 31 12 500 115 71
Binary 11100110 111100 10101100 0 1001010 11001 1010 101000000 1001101 111001

Color Harmonies of #E63CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63CAC

Black with #E63CAC

Text Example


Text Example

White with #E63CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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