Html Css Color HEX #EF2BDA Razzle Dazzle Rose

📋 copy color: '#EF2BDA'

red 239 ◦ green 43 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EF2BDA

Tints of Razzle Dazzle Rose #EF2BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.6%

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

R = 47.8%
G = 8.6%
B = 43.6%

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

#EF2BDA (or 0xEF2BDA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2B and DA. RGB value is (239,43,218). Sum of RGB (Red+Green+Blue) = 239+43+218=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 43 (17.19% from 255 or 8.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2BDA is #10D425. Grayscale: #797979. Windows color (decimal): -1102886 or 14298095. OLE color: 14298095.

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

Color convert

RGB 239 43 218 -
CMYK 0 0.82 0.09 0.06
HSL 306.43º 0.86% 0.55% -
HSV(B) 306.43º 0.82% 0.94% -
XYZ 49.12 25.14 68.59 -
YUV 121.55 182.43 211.77 -
System Red Green Blue C M Y K H S L
Decimal 239 43 218 0 0.82 0.09 0.06 306.43 0.86 0.55
Hex EF 2B DA 0 52 9 6 132 56 37
Octal 357 53 332 0 122 11 6 462 126 67
Binary 11101111 101011 11011010 0 1010010 1001 110 100110010 1010110 110111

Color Harmonies of #EF2BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2BDA

Black with #EF2BDA

Text Example


Text Example

White with #EF2BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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