Html Css Color HEX #E13ACE Razzle Dazzle Rose

📋 copy color: '#E13ACE'

red 225 ◦ green 58 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E13ACE

Tints of Razzle Dazzle Rose #E13ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.86%

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 46.01%
G = 11.86%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E13ACE (or 0xE13ACE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3A and CE. RGB value is (225,58,206). Sum of RGB (Red+Green+Blue) = 225+58+206=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E13ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13ACE is #1EC531. Grayscale: #7C7C7C. Windows color (decimal): -2016562 or 13515489. OLE color: 13515489.

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

Color convert

RGB 225 58 206 -
CMYK 0 0.74 0.08 0.12
HSL 306.83º 0.74% 0.55% -
HSV(B) 306.83º 0.74% 0.88% -
XYZ 43.7 23.49 60.62 -
YUV 124.81 173.83 199.47 -
System Red Green Blue C M Y K H S L
Decimal 225 58 206 0 0.74 0.08 0.12 306.83 0.74 0.55
Hex E1 3A CE 0 4A 8 C 133 4A 37
Octal 341 72 316 0 112 10 14 463 112 67
Binary 11100001 111010 11001110 0 1001010 1000 1100 100110011 1001010 110111

Color Harmonies of #E13ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13ACE

Black with #E13ACE

Text Example


Text Example

White with #E13ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13ACE; }

 p { color: rgb(225,58,206); }

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

background-color css

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

 a { background-color: rgb(225,58,206); }

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

border-color css

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

 span { border-color: rgb(225,58,206); }

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