Html Css Color HEX #EC30DA Razzle Dazzle Rose

📋 copy color: '#EC30DA'

red 236 ◦ green 48 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EC30DA

Tints of Razzle Dazzle Rose #EC30DA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.56%

 BLUE value IS 218 (85.55% from 255) = 43.43%

R = 47.01%
G = 9.56%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC30DA (or 0xEC30DA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 30 and DA. RGB value is (236,48,218). Sum of RGB (Red+Green+Blue) = 236+48+218=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC30DA is #13CF25. Grayscale: #7B7B7B. Windows color (decimal): -1298214 or 14299372. OLE color: 14299372.

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

Color convert

RGB 236 48 218 -
CMYK 0 0.80 0.08 0.07
HSL 305.74º 0.83% 0.56% -
HSV(B) 305.74º 0.8% 0.93% -
XYZ 48.3 25.01 68.61 -
YUV 123.59 181.28 208.18 -
System Red Green Blue C M Y K H S L
Decimal 236 48 218 0 0.80 0.08 0.07 305.74 0.83 0.56
Hex EC 30 DA 0 50 8 7 132 53 38
Octal 354 60 332 0 120 10 7 462 123 70
Binary 11101100 110000 11011010 0 1010000 1000 111 100110010 1010011 111000

Color Harmonies of #EC30DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC30DA

Black with #EC30DA

Text Example


Text Example

White with #EC30DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC30DA; }

 p { color: rgb(236,48,218); }

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

background-color css

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

 a { background-color: rgb(236,48,218); }

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

border-color css

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

 span { border-color: rgb(236,48,218); }

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