Html Css Color HEX #E13DBA Razzle Dazzle Rose

📋 copy color: '#E13DBA'

red 225 ◦ green 61 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E13DBA

Tints of Razzle Dazzle Rose #E13DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.92%

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 47.67%
G = 12.92%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E13DBA (or 0xE13DBA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3D and BA. RGB value is (225,61,186). Sum of RGB (Red+Green+Blue) = 225+61+186=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E13DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13DBA is #1EC245. Grayscale: #7B7B7B. Windows color (decimal): -2015814 or 12205537. OLE color: 12205537.

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

Color convert

RGB 225 61 186 -
CMYK 0 0.73 0.17 0.12
HSL 314.27º 0.73% 0.56% -
HSV(B) 314.27º 0.73% 0.88% -
XYZ 41.58 22.89 48.68 -
YUV 124.29 162.83 199.84 -
System Red Green Blue C M Y K H S L
Decimal 225 61 186 0 0.73 0.17 0.12 314.27 0.73 0.56
Hex E1 3D BA 0 49 11 C 13A 49 38
Octal 341 75 272 0 111 21 14 472 111 70
Binary 11100001 111101 10111010 0 1001001 10001 1100 100111010 1001001 111000

Color Harmonies of #E13DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13DBA

Black with #E13DBA

Text Example


Text Example

White with #E13DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13DBA; }

 p { color: rgb(225,61,186); }

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

background-color css

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

 a { background-color: rgb(225,61,186); }

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

border-color css

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

 span { border-color: rgb(225,61,186); }

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