Html Css Color HEX #EF1CDB Razzle Dazzle Rose

📋 copy color: '#EF1CDB'

red 239 ◦ green 28 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EF1CDB

Tints of Razzle Dazzle Rose #EF1CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.76%

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

R = 49.18%
G = 5.76%
B = 45.06%

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

#EF1CDB (or 0xEF1CDB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 1C and DB. RGB value is (239,28,219). Sum of RGB (Red+Green+Blue) = 239+28+219=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 28 (11.33% from 255 or 5.76% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1CDB is #10E324. Grayscale: #707070. Windows color (decimal): -1106725 or 14359791. OLE color: 14359791.

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

Color convert

RGB 239 28 219 -
CMYK 0 0.88 0.08 0.06
HSL 305.69º 0.87% 0.52% -
HSV(B) 305.69º 0.88% 0.94% -
XYZ 48.8 24.3 69.14 -
YUV 112.86 187.9 217.97 -
System Red Green Blue C M Y K H S L
Decimal 239 28 219 0 0.88 0.08 0.06 305.69 0.87 0.52
Hex EF 1C DB 0 58 8 6 132 57 34
Octal 357 34 333 0 130 10 6 462 127 64
Binary 11101111 11100 11011011 0 1011000 1000 110 100110010 1010111 110100

Color Harmonies of #EF1CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CDB

Black with #EF1CDB

Text Example


Text Example

White with #EF1CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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