Html Css Color HEX #E137CC Razzle Dazzle Rose

📋 copy color: '#E137CC'

red 225 ◦ green 55 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E137CC

Tints of Razzle Dazzle Rose #E137CC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.36%

 BLUE value IS 204 (80.08% from 255) = 42.15%

R = 46.49%
G = 11.36%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E137CC (or 0xE137CC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 37 and CC. RGB value is (225,55,204). Sum of RGB (Red+Green+Blue) = 225+55+204=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E137CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E137CC is #1EC833. Grayscale: #7A7A7A. Windows color (decimal): -2017332 or 13383649. OLE color: 13383649.

HSL color Cylindrical-coordinate representation of color #E137CC: hue angle of 307.41º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E137CC is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 55 204 -
CMYK 0 0.76 0.09 0.12
HSL 307.41º 0.74% 0.55% -
HSV(B) 307.41º 0.76% 0.88% -
XYZ 43.32 23.1 59.3 -
YUV 122.82 173.82 200.88 -
System Red Green Blue C M Y K H S L
Decimal 225 55 204 0 0.76 0.09 0.12 307.41 0.74 0.55
Hex E1 37 CC 0 4C 9 C 133 4A 37
Octal 341 67 314 0 114 11 14 463 112 67
Binary 11100001 110111 11001100 0 1001100 1001 1100 100110011 1001010 110111

Color Harmonies of #E137CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E137CC

Black with #E137CC

Text Example


Text Example

White with #E137CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E137CC; }

 p { color: rgb(225,55,204); }

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

background-color css

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

 a { background-color: rgb(225,55,204); }

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

border-color css

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

 span { border-color: rgb(225,55,204); }

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