Html Css Color HEX #E137CA Razzle Dazzle Rose

📋 copy color: '#E137CA'

red 225 ◦ green 55 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E137CA

Tints of Razzle Dazzle Rose #E137CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 46.68%
G = 11.41%
B = 41.91%

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

#E137CA (or 0xE137CA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 37 and CA. RGB value is (225,55,202). Sum of RGB (Red+Green+Blue) = 225+55+202=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E137CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E137CA is #1EC835. Grayscale: #7A7A7A. Windows color (decimal): -2017334 or 13252577. OLE color: 13252577.

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

Color convert

RGB 225 55 202 -
CMYK 0 0.76 0.10 0.12
HSL 308.12º 0.74% 0.55% -
HSV(B) 308.12º 0.76% 0.88% -
XYZ 43.08 23 58.05 -
YUV 122.59 172.82 201.05 -
System Red Green Blue C M Y K H S L
Decimal 225 55 202 0 0.76 0.10 0.12 308.12 0.74 0.55
Hex E1 37 CA 0 4C A C 134 4A 37
Octal 341 67 312 0 114 12 14 464 112 67
Binary 11100001 110111 11001010 0 1001100 1010 1100 100110100 1001010 110111

Color Harmonies of #E137CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E137CA

Black with #E137CA

Text Example


Text Example

White with #E137CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E137CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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