Html Css Color HEX #E13ACD Razzle Dazzle Rose

📋 copy color: '#E13ACD'

red 225 ◦ green 58 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E13ACD

Tints of Razzle Dazzle Rose #E13ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.01%

R = 46.11%
G = 11.89%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E13ACD (or 0xE13ACD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3A and CD. RGB value is (225,58,205). Sum of RGB (Red+Green+Blue) = 225+58+205=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E13ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13ACD is #1EC532. Grayscale: #7C7C7C. Windows color (decimal): -2016563 or 13449953. OLE color: 13449953.

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

Color convert

RGB 225 58 205 -
CMYK 0 0.74 0.09 0.12
HSL 307.19º 0.74% 0.55% -
HSV(B) 307.19º 0.74% 0.88% -
XYZ 43.58 23.44 59.99 -
YUV 124.69 173.33 199.55 -
System Red Green Blue C M Y K H S L
Decimal 225 58 205 0 0.74 0.09 0.12 307.19 0.74 0.55
Hex E1 3A CD 0 4A 9 C 133 4A 37
Octal 341 72 315 0 112 11 14 463 112 67
Binary 11100001 111010 11001101 0 1001010 1001 1100 100110011 1001010 110111

Color Harmonies of #E13ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13ACD

Black with #E13ACD

Text Example


Text Example

White with #E13ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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