Html Css Color HEX #E136CE Razzle Dazzle Rose

📋 copy color: '#E136CE'

red 225 ◦ green 54 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E136CE

Tints of Razzle Dazzle Rose #E136CE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.13%

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

R = 46.39%
G = 11.13%
B = 42.47%

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

#E136CE (or 0xE136CE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 36 and CE. RGB value is (225,54,206). Sum of RGB (Red+Green+Blue) = 225+54+206=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 54 (21.48% from 255 or 11.13% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E136CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136CE is #1EC931. Grayscale: #7A7A7A. Windows color (decimal): -2017586 or 13514465. OLE color: 13514465.

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

Color convert

RGB 225 54 206 -
CMYK 0 0.76 0.08 0.12
HSL 306.67º 0.74% 0.55% -
HSV(B) 306.67º 0.76% 0.88% -
XYZ 43.51 23.1 60.56 -
YUV 122.46 175.15 201.14 -
System Red Green Blue C M Y K H S L
Decimal 225 54 206 0 0.76 0.08 0.12 306.67 0.74 0.55
Hex E1 36 CE 0 4C 8 C 133 4A 37
Octal 341 66 316 0 114 10 14 463 112 67
Binary 11100001 110110 11001110 0 1001100 1000 1100 100110011 1001010 110111

Color Harmonies of #E136CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136CE

Black with #E136CE

Text Example


Text Example

White with #E136CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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