Html Css Color HEX #E13CBA Razzle Dazzle Rose

📋 copy color: '#E13CBA'

red 225 ◦ green 60 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E13CBA

Tints of Razzle Dazzle Rose #E13CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.74%

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

R = 47.77%
G = 12.74%
B = 39.49%

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

#E13CBA (or 0xE13CBA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3C and BA. RGB value is (225,60,186). Sum of RGB (Red+Green+Blue) = 225+60+186=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CBA is #1EC345. Grayscale: #7B7B7B. Windows color (decimal): -2016070 or 12205281. OLE color: 12205281.

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

Color convert

RGB 225 60 186 -
CMYK 0 0.73 0.17 0.12
HSL 314.18º 0.73% 0.56% -
HSV(B) 314.18º 0.73% 0.88% -
XYZ 41.53 22.78 48.66 -
YUV 123.7 163.16 200.25 -
System Red Green Blue C M Y K H S L
Decimal 225 60 186 0 0.73 0.17 0.12 314.18 0.73 0.56
Hex E1 3C BA 0 49 11 C 13A 49 38
Octal 341 74 272 0 111 21 14 472 111 70
Binary 11100001 111100 10111010 0 1001001 10001 1100 100111010 1001001 111000

Color Harmonies of #E13CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CBA

Black with #E13CBA

Text Example


Text Example

White with #E13CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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