Html Css Color HEX #E13BBA Razzle Dazzle Rose

📋 copy color: '#E13BBA'

red 225 ◦ green 59 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E13BBA

Tints of Razzle Dazzle Rose #E13BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.55%

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

R = 47.87%
G = 12.55%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E13BBA (or 0xE13BBA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3B and BA. RGB value is (225,59,186). Sum of RGB (Red+Green+Blue) = 225+59+186=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13BBA is #1EC445. Grayscale: #7A7A7A. Windows color (decimal): -2016326 or 12205025. OLE color: 12205025.

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

Color convert

RGB 225 59 186 -
CMYK 0 0.74 0.17 0.12
HSL 314.1º 0.73% 0.56% -
HSV(B) 314.1º 0.74% 0.88% -
XYZ 41.48 22.68 48.65 -
YUV 123.11 163.5 200.67 -
System Red Green Blue C M Y K H S L
Decimal 225 59 186 0 0.74 0.17 0.12 314.1 0.73 0.56
Hex E1 3B BA 0 4A 11 C 13A 49 38
Octal 341 73 272 0 112 21 14 472 111 70
Binary 11100001 111011 10111010 0 1001010 10001 1100 100111010 1001001 111000

Color Harmonies of #E13BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13BBA

Black with #E13BBA

Text Example


Text Example

White with #E13BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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