Html Css Color HEX #E63CAB Persian Rose

📋 copy color: '#E63CAB'

red 230 ◦ green 60 ◦ blue 171

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

Shades of Persian Rose #E63CAB

Tints of Persian Rose #E63CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.09%

R = 49.89%
G = 13.02%
B = 37.09%

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

#E63CAB (or 0xE63CAB) is known color: Persian Rose. HEX triplet: E6, 3C and AB. RGB value is (230,60,171). Sum of RGB (Red+Green+Blue) = 230+60+171=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E63CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63CAB is #19C354. Grayscale: #7B7B7B. Windows color (decimal): -1688405 or 11222246. OLE color: 11222246.

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

Color convert

RGB 230 60 171 -
CMYK 0 0.74 0.26 0.10
HSL 320.82º 0.77% 0.57% -
HSV(B) 320.82º 0.74% 0.9% -
XYZ 41.6 22.99 40.77 -
YUV 123.48 154.82 203.97 -
System Red Green Blue C M Y K H S L
Decimal 230 60 171 0 0.74 0.26 0.10 320.82 0.77 0.57
Hex E6 3C AB 0 4A 1A A 141 4D 39
Octal 346 74 253 0 112 32 12 501 115 71
Binary 11100110 111100 10101011 0 1001010 11010 1010 101000001 1001101 111001

Color Harmonies of #E63CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63CAB

Black with #E63CAB

Text Example


Text Example

White with #E63CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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