Html Css Color HEX #E137CE Razzle Dazzle Rose

📋 copy color: '#E137CE'

red 225 ◦ green 55 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E137CE

Tints of Razzle Dazzle Rose #E137CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 46.3%
G = 11.32%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E137CE (or 0xE137CE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 37 and CE. RGB value is (225,55,206). Sum of RGB (Red+Green+Blue) = 225+55+206=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 55 (21.88% from 255 or 11.32% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E137CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E137CE is #1EC831. Grayscale: #7A7A7A. Windows color (decimal): -2017330 or 13514721. OLE color: 13514721.

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

Color convert

RGB 225 55 206 -
CMYK 0 0.76 0.08 0.12
HSL 306.71º 0.74% 0.55% -
HSV(B) 306.71º 0.76% 0.88% -
XYZ 43.56 23.2 60.57 -
YUV 123.04 174.82 200.72 -
System Red Green Blue C M Y K H S L
Decimal 225 55 206 0 0.76 0.08 0.12 306.71 0.74 0.55
Hex E1 37 CE 0 4C 8 C 133 4A 37
Octal 341 67 316 0 114 10 14 463 112 67
Binary 11100001 110111 11001110 0 1001100 1000 1100 100110011 1001010 110111

Color Harmonies of #E137CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E137CE

Black with #E137CE

Text Example


Text Example

White with #E137CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E137CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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