Html Css Color HEX #E63CB1 Persian Rose

📋 copy color: '#E63CB1'

red 230 ◦ green 60 ◦ blue 177

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

Shades of Persian Rose #E63CB1

Tints of Persian Rose #E63CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.9%

R = 49.25%
G = 12.85%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E63CB1 (or 0xE63CB1) is known color: Persian Rose. HEX triplet: E6, 3C and B1. RGB value is (230,60,177). Sum of RGB (Red+Green+Blue) = 230+60+177=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E63CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63CB1 is #19C34E. Grayscale: #7B7B7B. Windows color (decimal): -1688399 or 11615462. OLE color: 11615462.

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

Color convert

RGB 230 60 177 -
CMYK 0 0.74 0.23 0.10
HSL 318.71º 0.77% 0.57% -
HSV(B) 318.71º 0.74% 0.9% -
XYZ 42.18 23.23 43.86 -
YUV 124.17 157.82 203.49 -
System Red Green Blue C M Y K H S L
Decimal 230 60 177 0 0.74 0.23 0.10 318.71 0.77 0.57
Hex E6 3C B1 0 4A 17 A 13F 4D 39
Octal 346 74 261 0 112 27 12 477 115 71
Binary 11100110 111100 10110001 0 1001010 10111 1010 100111111 1001101 111001

Color Harmonies of #E63CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63CB1

Black with #E63CB1

Text Example


Text Example

White with #E63CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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