Html Css Color HEX #E13CBE Razzle Dazzle Rose

📋 copy color: '#E13CBE'

red 225 ◦ green 60 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E13CBE

Tints of Razzle Dazzle Rose #E13CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40%

R = 47.37%
G = 12.63%
B = 40%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E13CBE (or 0xE13CBE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3C and BE. RGB value is (225,60,190). Sum of RGB (Red+Green+Blue) = 225+60+190=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CBE is #1EC341. Grayscale: #7B7B7B. Windows color (decimal): -2016066 or 12467425. OLE color: 12467425.

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

Color convert

RGB 225 60 190 -
CMYK 0 0.73 0.16 0.12
HSL 312.73º 0.73% 0.56% -
HSV(B) 312.73º 0.73% 0.88% -
XYZ 41.96 22.96 50.93 -
YUV 124.16 165.16 199.93 -
System Red Green Blue C M Y K H S L
Decimal 225 60 190 0 0.73 0.16 0.12 312.73 0.73 0.56
Hex E1 3C BE 0 49 10 C 139 49 38
Octal 341 74 276 0 111 20 14 471 111 70
Binary 11100001 111100 10111110 0 1001001 10000 1100 100111001 1001001 111000

Color Harmonies of #E13CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CBE

Black with #E13CBE

Text Example


Text Example

White with #E13CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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