Html Css Color HEX #EF2DDB Razzle Dazzle Rose

📋 copy color: '#EF2DDB'

red 239 ◦ green 45 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EF2DDB

Tints of Razzle Dazzle Rose #EF2DDB

RGB

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

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

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

R = 47.51%
G = 8.95%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF2DDB (or 0xEF2DDB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2D and DB. RGB value is (239,45,219). Sum of RGB (Red+Green+Blue) = 239+45+219=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 45 (17.97% from 255 or 8.95% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2DDB is #10D224. Grayscale: #7A7A7A. Windows color (decimal): -1102373 or 14364143. OLE color: 14364143.

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

Color convert

RGB 239 45 219 -
CMYK 0 0.81 0.08 0.06
HSL 306.19º 0.86% 0.56% -
HSV(B) 306.19º 0.81% 0.94% -
XYZ 49.32 25.34 69.31 -
YUV 122.84 182.27 210.85 -
System Red Green Blue C M Y K H S L
Decimal 239 45 219 0 0.81 0.08 0.06 306.19 0.86 0.56
Hex EF 2D DB 0 51 8 6 132 56 38
Octal 357 55 333 0 121 10 6 462 126 70
Binary 11101111 101101 11011011 0 1010001 1000 110 100110010 1010110 111000

Color Harmonies of #EF2DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2DDB

Black with #EF2DDB

Text Example


Text Example

White with #EF2DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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