Html Css Color HEX #EC35DB Razzle Dazzle Rose

📋 copy color: '#EC35DB'

red 236 ◦ green 53 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EC35DB

Tints of Razzle Dazzle Rose #EC35DB

RGB

 RED value IS 236 (92.58% from 255) = 46.46%

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

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 46.46%
G = 10.43%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC35DB (or 0xEC35DB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 35 and DB. RGB value is (236,53,219). Sum of RGB (Red+Green+Blue) = 236+53+219=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 53 (21.09% from 255 or 10.43% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC35DB is #13CA24. Grayscale: #7E7E7E. Windows color (decimal): -1296933 or 14366188. OLE color: 14366188.

HSL color Cylindrical-coordinate representation of color #EC35DB: hue angle of 305.57º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC35DB is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 53 219 -
CMYK 0 0.78 0.07 0.07
HSL 305.57º 0.83% 0.57% -
HSV(B) 305.57º 0.78% 0.93% -
XYZ 48.65 25.49 69.37 -
YUV 126.64 180.13 206 -
System Red Green Blue C M Y K H S L
Decimal 236 53 219 0 0.78 0.07 0.07 305.57 0.83 0.57
Hex EC 35 DB 0 4E 7 7 132 53 39
Octal 354 65 333 0 116 7 7 462 123 71
Binary 11101100 110101 11011011 0 1001110 111 111 100110010 1010011 111001

Color Harmonies of #EC35DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC35DB

Black with #EC35DB

Text Example


Text Example

White with #EC35DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC35DB; }

 p { color: rgb(236,53,219); }

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

background-color css

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

 a { background-color: rgb(236,53,219); }

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

border-color css

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

 span { border-color: rgb(236,53,219); }

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