Html Css Color HEX #EF3FDB Razzle Dazzle Rose

📋 copy color: '#EF3FDB'

red 239 ◦ green 63 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EF3FDB

Tints of Razzle Dazzle Rose #EF3FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 12.09%

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

R = 45.87%
G = 12.09%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF3FDB (or 0xEF3FDB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3F and DB. RGB value is (239,63,219). Sum of RGB (Red+Green+Blue) = 239+63+219=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 63 (25% from 255 or 12.09% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3FDB is #10C024. Grayscale: #848484. Windows color (decimal): -1097765 or 14368751. OLE color: 14368751.

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

Color convert

RGB 239 63 219 -
CMYK 0 0.74 0.08 0.06
HSL 306.82º 0.85% 0.59% -
HSV(B) 306.82º 0.74% 0.94% -
XYZ 50.16 27.02 69.59 -
YUV 133.41 176.31 203.32 -
System Red Green Blue C M Y K H S L
Decimal 239 63 219 0 0.74 0.08 0.06 306.82 0.85 0.59
Hex EF 3F DB 0 4A 8 6 133 55 3B
Octal 357 77 333 0 112 10 6 463 125 73
Binary 11101111 111111 11011011 0 1001010 1000 110 100110011 1010101 111011

Color Harmonies of #EF3FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3FDB

Black with #EF3FDB

Text Example


Text Example

White with #EF3FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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