Html Css Color HEX #E13AB7 Razzle Dazzle Rose

📋 copy color: '#E13AB7'

red 225 ◦ green 58 ◦ blue 183

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

Shades of Razzle Dazzle Rose #E13AB7

Tints of Razzle Dazzle Rose #E13AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.27%

R = 48.28%
G = 12.45%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E13AB7 (or 0xE13AB7) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3A and B7. RGB value is (225,58,183). Sum of RGB (Red+Green+Blue) = 225+58+183=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E13AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13AB7 is #1EC548. Grayscale: #797979. Windows color (decimal): -2016585 or 12008161. OLE color: 12008161.

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

Color convert

RGB 225 58 183 -
CMYK 0 0.74 0.19 0.12
HSL 315.09º 0.74% 0.55% -
HSV(B) 315.09º 0.74% 0.88% -
XYZ 41.11 22.45 46.97 -
YUV 122.18 162.33 201.34 -
System Red Green Blue C M Y K H S L
Decimal 225 58 183 0 0.74 0.19 0.12 315.09 0.74 0.55
Hex E1 3A B7 0 4A 13 C 13B 4A 37
Octal 341 72 267 0 112 23 14 473 112 67
Binary 11100001 111010 10110111 0 1001010 10011 1100 100111011 1001010 110111

Color Harmonies of #E13AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13AB7

Black with #E13AB7

Text Example


Text Example

White with #E13AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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