Html Css Color HEX #EF1FDB Razzle Dazzle Rose

📋 copy color: '#EF1FDB'

red 239 ◦ green 31 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EF1FDB

Tints of Razzle Dazzle Rose #EF1FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.34%

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

R = 48.88%
G = 6.34%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF1FDB (or 0xEF1FDB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1F and DB. RGB value is (239,31,219). Sum of RGB (Red+Green+Blue) = 239+31+219=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 31 (12.5% from 255 or 6.34% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1FDB is #10E024. Grayscale: #727272. Windows color (decimal): -1105957 or 14360559. OLE color: 14360559.

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

Color convert

RGB 239 31 219 -
CMYK 0 0.87 0.08 0.06
HSL 305.77º 0.87% 0.53% -
HSV(B) 305.77º 0.87% 0.94% -
XYZ 48.87 24.45 69.16 -
YUV 114.62 186.91 216.71 -
System Red Green Blue C M Y K H S L
Decimal 239 31 219 0 0.87 0.08 0.06 305.77 0.87 0.53
Hex EF 1F DB 0 57 8 6 132 57 35
Octal 357 37 333 0 127 10 6 462 127 65
Binary 11101111 11111 11011011 0 1010111 1000 110 100110010 1010111 110101

Color Harmonies of #EF1FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1FDB

Black with #EF1FDB

Text Example


Text Example

White with #EF1FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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