Html Css Color HEX #E13EC5 Razzle Dazzle Rose

📋 copy color: '#E13EC5'

red 225 ◦ green 62 ◦ blue 197

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

Shades of Razzle Dazzle Rose #E13EC5

Tints of Razzle Dazzle Rose #E13EC5

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.81%

 BLUE value IS 197 (77.34% from 255) = 40.7%

R = 46.49%
G = 12.81%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E13EC5 (or 0xE13EC5) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3E and C5. RGB value is (225,62,197). Sum of RGB (Red+Green+Blue) = 225+62+197=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 62 (24.61% from 255 or 12.81% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E13EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13EC5 is #1EC13A. Grayscale: #7D7D7D. Windows color (decimal): -2015547 or 12926689. OLE color: 12926689.

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

Color convert

RGB 225 62 197 -
CMYK 0 0.72 0.12 0.12
HSL 310.31º 0.73% 0.56% -
HSV(B) 310.31º 0.72% 0.88% -
XYZ 42.85 23.48 55.1 -
YUV 126.13 168 198.52 -
System Red Green Blue C M Y K H S L
Decimal 225 62 197 0 0.72 0.12 0.12 310.31 0.73 0.56
Hex E1 3E C5 0 48 C C 136 49 38
Octal 341 76 305 0 110 14 14 466 111 70
Binary 11100001 111110 11000101 0 1001000 1100 1100 100110110 1001001 111000

Color Harmonies of #E13EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13EC5

Black with #E13EC5

Text Example


Text Example

White with #E13EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13EC5; }

 p { color: rgb(225,62,197); }

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

background-color css

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

 a { background-color: rgb(225,62,197); }

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

border-color css

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

 span { border-color: rgb(225,62,197); }

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