Html Css Color HEX #EF2ADA Razzle Dazzle Rose

📋 copy color: '#EF2ADA'

red 239 ◦ green 42 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EF2ADA

Tints of Razzle Dazzle Rose #EF2ADA

RGB

 RED value IS 239 (93.75% from 255) = 47.9%

 GREEN value IS 42 (16.8% from 255) = 8.42%

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

R = 47.9%
G = 8.42%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF2ADA (or 0xEF2ADA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2A and DA. RGB value is (239,42,218). Sum of RGB (Red+Green+Blue) = 239+42+218=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 42 (16.80% from 255 or 8.42% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2ADA is #10D525. Grayscale: #787878. Windows color (decimal): -1103142 or 14297839. OLE color: 14297839.

HSL color Cylindrical-coordinate representation of color #EF2ADA: hue angle of 306.4º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2ADA is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 42 218 -
CMYK 0 0.82 0.09 0.06
HSL 306.4º 0.86% 0.55% -
HSV(B) 306.4º 0.82% 0.94% -
XYZ 49.08 25.07 68.58 -
YUV 120.97 182.77 212.19 -
System Red Green Blue C M Y K H S L
Decimal 239 42 218 0 0.82 0.09 0.06 306.4 0.86 0.55
Hex EF 2A DA 0 52 9 6 132 56 37
Octal 357 52 332 0 122 11 6 462 126 67
Binary 11101111 101010 11011010 0 1010010 1001 110 100110010 1010110 110111

Color Harmonies of #EF2ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2ADA

Black with #EF2ADA

Text Example


Text Example

White with #EF2ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2ADA; }

 p { color: rgb(239,42,218); }

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

background-color css

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

 a { background-color: rgb(239,42,218); }

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

border-color css

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

 span { border-color: rgb(239,42,218); }

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