Html Css Color HEX #E13BCD Razzle Dazzle Rose

📋 copy color: '#E13BCD'

red 225 ◦ green 59 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E13BCD

Tints of Razzle Dazzle Rose #E13BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 46.01%
G = 12.07%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E13BCD (or 0xE13BCD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3B and CD. RGB value is (225,59,205). Sum of RGB (Red+Green+Blue) = 225+59+205=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13BCD is #1EC432. Grayscale: #7C7C7C. Windows color (decimal): -2016307 or 13450209. OLE color: 13450209.

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

Color convert

RGB 225 59 205 -
CMYK 0 0.74 0.09 0.12
HSL 307.23º 0.73% 0.56% -
HSV(B) 307.23º 0.74% 0.88% -
XYZ 43.63 23.54 60 -
YUV 125.28 173 199.13 -
System Red Green Blue C M Y K H S L
Decimal 225 59 205 0 0.74 0.09 0.12 307.23 0.73 0.56
Hex E1 3B CD 0 4A 9 C 133 49 38
Octal 341 73 315 0 112 11 14 463 111 70
Binary 11100001 111011 11001101 0 1001010 1001 1100 100110011 1001001 111000

Color Harmonies of #E13BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13BCD

Black with #E13BCD

Text Example


Text Example

White with #E13BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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