Html Css Color HEX #EC2EDD Razzle Dazzle Rose

📋 copy color: '#EC2EDD'

red 236 ◦ green 46 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EC2EDD

Tints of Razzle Dazzle Rose #EC2EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.15%

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 46.92%
G = 9.15%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC2EDD (or 0xEC2EDD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2E and DD. RGB value is (236,46,221). Sum of RGB (Red+Green+Blue) = 236+46+221=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 46 (18.36% from 255 or 9.15% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2EDD is #13D122. Grayscale: #7A7A7A. Windows color (decimal): -1298723 or 14495468. OLE color: 14495468.

HSL color Cylindrical-coordinate representation of color #EC2EDD: hue angle of 304.74º 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 #EC2EDD is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 46 221 -
CMYK 0 0.81 0.06 0.07
HSL 304.74º 0.83% 0.55% -
HSV(B) 304.74º 0.81% 0.93% -
XYZ 48.62 25.01 70.67 -
YUV 122.76 183.45 208.77 -
System Red Green Blue C M Y K H S L
Decimal 236 46 221 0 0.81 0.06 0.07 304.74 0.83 0.55
Hex EC 2E DD 0 51 6 7 131 53 37
Octal 354 56 335 0 121 6 7 461 123 67
Binary 11101100 101110 11011101 0 1010001 110 111 100110001 1010011 110111

Color Harmonies of #EC2EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2EDD

Black with #EC2EDD

Text Example


Text Example

White with #EC2EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2EDD; }

 p { color: rgb(236,46,221); }

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

background-color css

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

 a { background-color: rgb(236,46,221); }

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

border-color css

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

 span { border-color: rgb(236,46,221); }

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