Html Css Color HEX #E136CB Razzle Dazzle Rose

📋 copy color: '#E136CB'

red 225 ◦ green 54 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E136CB

Tints of Razzle Dazzle Rose #E136CB

RGB

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

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

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

R = 46.68%
G = 11.2%
B = 42.12%

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

#E136CB (or 0xE136CB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 36 and CB. RGB value is (225,54,203). Sum of RGB (Red+Green+Blue) = 225+54+203=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E136CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136CB is #1EC934. Grayscale: #797979. Windows color (decimal): -2017589 or 13317857. OLE color: 13317857.

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

Color convert

RGB 225 54 203 -
CMYK 0 0.76 0.10 0.12
HSL 307.72º 0.74% 0.55% -
HSV(B) 307.72º 0.76% 0.88% -
XYZ 43.15 22.96 58.66 -
YUV 122.12 173.65 201.38 -
System Red Green Blue C M Y K H S L
Decimal 225 54 203 0 0.76 0.10 0.12 307.72 0.74 0.55
Hex E1 36 CB 0 4C A C 134 4A 37
Octal 341 66 313 0 114 12 14 464 112 67
Binary 11100001 110110 11001011 0 1001100 1010 1100 100110100 1001010 110111

Color Harmonies of #E136CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136CB

Black with #E136CB

Text Example


Text Example

White with #E136CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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