Html Css Color HEX #E13CBC Razzle Dazzle Rose

📋 copy color: '#E13CBC'

red 225 ◦ green 60 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E13CBC

Tints of Razzle Dazzle Rose #E13CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.75%

R = 47.57%
G = 12.68%
B = 39.75%

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

#E13CBC (or 0xE13CBC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3C and BC. RGB value is (225,60,188). Sum of RGB (Red+Green+Blue) = 225+60+188=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CBC is #1EC343. Grayscale: #7B7B7B. Windows color (decimal): -2016068 or 12336353. OLE color: 12336353.

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

Color convert

RGB 225 60 188 -
CMYK 0 0.73 0.16 0.12
HSL 313.45º 0.73% 0.56% -
HSV(B) 313.45º 0.73% 0.88% -
XYZ 41.74 22.87 49.79 -
YUV 123.93 164.16 200.09 -
System Red Green Blue C M Y K H S L
Decimal 225 60 188 0 0.73 0.16 0.12 313.45 0.73 0.56
Hex E1 3C BC 0 49 10 C 139 49 38
Octal 341 74 274 0 111 20 14 471 111 70
Binary 11100001 111100 10111100 0 1001001 10000 1100 100111001 1001001 111000

Color Harmonies of #E13CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CBC

Black with #E13CBC

Text Example


Text Example

White with #E13CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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