Html Css Color HEX #E13CC1 Razzle Dazzle Rose

📋 copy color: '#E13CC1'

red 225 ◦ green 60 ◦ blue 193

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

Shades of Razzle Dazzle Rose #E13CC1

Tints of Razzle Dazzle Rose #E13CC1

RGB

 RED value IS 225 (88.28% from 255) = 47.07%

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

 BLUE value IS 193 (75.78% from 255) = 40.38%

R = 47.07%
G = 12.55%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E13CC1 (or 0xE13CC1) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3C and C1. RGB value is (225,60,193). Sum of RGB (Red+Green+Blue) = 225+60+193=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CC1 is #1EC33E. Grayscale: #7C7C7C. Windows color (decimal): -2016063 or 12664033. OLE color: 12664033.

HSL color Cylindrical-coordinate representation of color #E13CC1: hue angle of 311.64º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13CC1 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 60 193 -
CMYK 0 0.73 0.14 0.12
HSL 311.64º 0.73% 0.56% -
HSV(B) 311.64º 0.73% 0.88% -
XYZ 42.29 23.09 52.68 -
YUV 124.5 166.66 199.69 -
System Red Green Blue C M Y K H S L
Decimal 225 60 193 0 0.73 0.14 0.12 311.64 0.73 0.56
Hex E1 3C C1 0 49 E C 138 49 38
Octal 341 74 301 0 111 16 14 470 111 70
Binary 11100001 111100 11000001 0 1001001 1110 1100 100111000 1001001 111000

Color Harmonies of #E13CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CC1

Black with #E13CC1

Text Example


Text Example

White with #E13CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CC1; }

 p { color: rgb(225,60,193); }

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

background-color css

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

 a { background-color: rgb(225,60,193); }

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

border-color css

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

 span { border-color: rgb(225,60,193); }

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