Html Css Color HEX #E13FBA Razzle Dazzle Rose

📋 copy color: '#E13FBA'

red 225 ◦ green 63 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E13FBA

Tints of Razzle Dazzle Rose #E13FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.29%

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

R = 47.47%
G = 13.29%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E13FBA (or 0xE13FBA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3F and BA. RGB value is (225,63,186). Sum of RGB (Red+Green+Blue) = 225+63+186=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13FBA is #1EC045. Grayscale: #7D7D7D. Windows color (decimal): -2015302 or 12206049. OLE color: 12206049.

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

Color convert

RGB 225 63 186 -
CMYK 0 0.72 0.17 0.12
HSL 314.44º 0.73% 0.56% -
HSV(B) 314.44º 0.72% 0.88% -
XYZ 41.69 23.11 48.72 -
YUV 125.46 162.17 199 -
System Red Green Blue C M Y K H S L
Decimal 225 63 186 0 0.72 0.17 0.12 314.44 0.73 0.56
Hex E1 3F BA 0 48 11 C 13A 49 38
Octal 341 77 272 0 110 21 14 472 111 70
Binary 11100001 111111 10111010 0 1001000 10001 1100 100111010 1001001 111000

Color Harmonies of #E13FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13FBA

Black with #E13FBA

Text Example


Text Example

White with #E13FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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