Html Css Color HEX #E135CB Razzle Dazzle Rose

📋 copy color: '#E135CB'

red 225 ◦ green 53 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E135CB

Tints of Razzle Dazzle Rose #E135CB

RGB

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

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

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

R = 46.78%
G = 11.02%
B = 42.2%

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

#E135CB (or 0xE135CB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 35 and CB. RGB value is (225,53,203). Sum of RGB (Red+Green+Blue) = 225+53+203=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E135CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E135CB is #1ECA34. Grayscale: #797979. Windows color (decimal): -2017845 or 13317601. OLE color: 13317601.

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

Color convert

RGB 225 53 203 -
CMYK 0 0.76 0.10 0.12
HSL 307.67º 0.74% 0.55% -
HSV(B) 307.67º 0.76% 0.88% -
XYZ 43.1 22.87 58.64 -
YUV 121.53 173.98 201.8 -
System Red Green Blue C M Y K H S L
Decimal 225 53 203 0 0.76 0.10 0.12 307.67 0.74 0.55
Hex E1 35 CB 0 4C A C 134 4A 37
Octal 341 65 313 0 114 12 14 464 112 67
Binary 11100001 110101 11001011 0 1001100 1010 1100 100110100 1001010 110111

Color Harmonies of #E135CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E135CB

Black with #E135CB

Text Example


Text Example

White with #E135CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E135CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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