Html Css Color HEX #EC2DDB Razzle Dazzle Rose

📋 copy color: '#EC2DDB'

red 236 ◦ green 45 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EC2DDB

Tints of Razzle Dazzle Rose #EC2DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9%

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

R = 47.2%
G = 9%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC2DDB (or 0xEC2DDB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2D and DB. RGB value is (236,45,219). Sum of RGB (Red+Green+Blue) = 236+45+219=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 45 (17.97% from 255 or 9% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2DDB is #13D224. Grayscale: #797979. Windows color (decimal): -1298981 or 14364140. OLE color: 14364140.

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

Color convert

RGB 236 45 219 -
CMYK 0 0.81 0.07 0.07
HSL 305.34º 0.83% 0.55% -
HSV(B) 305.34º 0.81% 0.93% -
XYZ 48.32 24.82 69.26 -
YUV 121.95 182.78 209.35 -
System Red Green Blue C M Y K H S L
Decimal 236 45 219 0 0.81 0.07 0.07 305.34 0.83 0.55
Hex EC 2D DB 0 51 7 7 131 53 37
Octal 354 55 333 0 121 7 7 461 123 67
Binary 11101100 101101 11011011 0 1010001 111 111 100110001 1010011 110111

Color Harmonies of #EC2DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2DDB

Black with #EC2DDB

Text Example


Text Example

White with #EC2DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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