Html Css Color HEX #E135CE Razzle Dazzle Rose

📋 copy color: '#E135CE'

red 225 ◦ green 53 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E135CE

Tints of Razzle Dazzle Rose #E135CE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.95%

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

R = 46.49%
G = 10.95%
B = 42.56%

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

#E135CE (or 0xE135CE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 35 and CE. RGB value is (225,53,206). Sum of RGB (Red+Green+Blue) = 225+53+206=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E135CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E135CE is #1ECA31. Grayscale: #797979. Windows color (decimal): -2017842 or 13514209. OLE color: 13514209.

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

Color convert

RGB 225 53 206 -
CMYK 0 0.76 0.08 0.12
HSL 306.63º 0.74% 0.55% -
HSV(B) 306.63º 0.76% 0.88% -
XYZ 43.47 23.01 60.54 -
YUV 121.87 175.48 201.56 -
System Red Green Blue C M Y K H S L
Decimal 225 53 206 0 0.76 0.08 0.12 306.63 0.74 0.55
Hex E1 35 CE 0 4C 8 C 133 4A 37
Octal 341 65 316 0 114 10 14 463 112 67
Binary 11100001 110101 11001110 0 1001100 1000 1100 100110011 1001010 110111

Color Harmonies of #E135CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E135CE

Black with #E135CE

Text Example


Text Example

White with #E135CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E135CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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