Html Css Color HEX #E035CB Razzle Dazzle Rose

📋 copy color: '#E035CB'

red 224 ◦ green 53 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E035CB

Tints of Razzle Dazzle Rose #E035CB

RGB

 RED value IS 224 (87.89% from 255) = 46.67%

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

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

R = 46.67%
G = 11.04%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E035CB (or 0xE035CB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 35 and CB. RGB value is (224,53,203). Sum of RGB (Red+Green+Blue) = 224+53+203=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 53 (21.09% from 255 or 11.04% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E035CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E035CB is #1FCA34. Grayscale: #787878. Windows color (decimal): -2083381 or 13317600. OLE color: 13317600.

HSL color Cylindrical-coordinate representation of color #E035CB: hue angle of 307.37º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E035CB is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 53 203 -
CMYK 0 0.76 0.09 0.12
HSL 307.37º 0.73% 0.54% -
HSV(B) 307.37º 0.76% 0.88% -
XYZ 42.79 22.71 58.63 -
YUV 121.23 174.15 201.3 -
System Red Green Blue C M Y K H S L
Decimal 224 53 203 0 0.76 0.09 0.12 307.37 0.73 0.54
Hex E0 35 CB 0 4C 9 C 133 49 36
Octal 340 65 313 0 114 11 14 463 111 66
Binary 11100000 110101 11001011 0 1001100 1001 1100 100110011 1001001 110110

Color Harmonies of #E035CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E035CB

Black with #E035CB

Text Example


Text Example

White with #E035CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E035CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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