Html Css Color HEX #EF1DDB Razzle Dazzle Rose

📋 copy color: '#EF1DDB'

red 239 ◦ green 29 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EF1DDB

Tints of Razzle Dazzle Rose #EF1DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.95%

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

R = 49.08%
G = 5.95%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF1DDB (or 0xEF1DDB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1D and DB. RGB value is (239,29,219). Sum of RGB (Red+Green+Blue) = 239+29+219=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 29 (11.72% from 255 or 5.95% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DDB is #10E224. Grayscale: #707070. Windows color (decimal): -1106469 or 14360047. OLE color: 14360047.

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

Color convert

RGB 239 29 219 -
CMYK 0 0.88 0.08 0.06
HSL 305.71º 0.87% 0.53% -
HSV(B) 305.71º 0.88% 0.94% -
XYZ 48.82 24.34 69.14 -
YUV 113.45 187.57 217.55 -
System Red Green Blue C M Y K H S L
Decimal 239 29 219 0 0.88 0.08 0.06 305.71 0.87 0.53
Hex EF 1D DB 0 58 8 6 132 57 35
Octal 357 35 333 0 130 10 6 462 127 65
Binary 11101111 11101 11011011 0 1011000 1000 110 100110010 1010111 110101

Color Harmonies of #EF1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1DDB

Black with #EF1DDB

Text Example


Text Example

White with #EF1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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