Html Css Color HEX #E137CB Razzle Dazzle Rose

📋 copy color: '#E137CB'

red 225 ◦ green 55 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E137CB

Tints of Razzle Dazzle Rose #E137CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 46.58%
G = 11.39%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E137CB (or 0xE137CB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 37 and CB. RGB value is (225,55,203). Sum of RGB (Red+Green+Blue) = 225+55+203=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E137CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E137CB is #1EC834. Grayscale: #7A7A7A. Windows color (decimal): -2017333 or 13318113. OLE color: 13318113.

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

Color convert

RGB 225 55 203 -
CMYK 0 0.76 0.10 0.12
HSL 307.76º 0.74% 0.55% -
HSV(B) 307.76º 0.76% 0.88% -
XYZ 43.2 23.05 58.67 -
YUV 122.7 173.32 200.97 -
System Red Green Blue C M Y K H S L
Decimal 225 55 203 0 0.76 0.10 0.12 307.76 0.74 0.55
Hex E1 37 CB 0 4C A C 134 4A 37
Octal 341 67 313 0 114 12 14 464 112 67
Binary 11100001 110111 11001011 0 1001100 1010 1100 100110100 1001010 110111

Color Harmonies of #E137CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E137CB

Black with #E137CB

Text Example


Text Example

White with #E137CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E137CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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