Html Css Color HEX #EF27DB Razzle Dazzle Rose

📋 copy color: '#EF27DB'

red 239 ◦ green 39 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EF27DB

Tints of Razzle Dazzle Rose #EF27DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.85%

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

R = 48.09%
G = 7.85%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF27DB (or 0xEF27DB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 27 and DB. RGB value is (239,39,219). Sum of RGB (Red+Green+Blue) = 239+39+219=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 39 (15.62% from 255 or 7.85% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF27DB is #10D824. Grayscale: #767676. Windows color (decimal): -1103909 or 14362607. OLE color: 14362607.

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

Color convert

RGB 239 39 219 -
CMYK 0 0.84 0.08 0.06
HSL 306º 0.86% 0.55% -
HSV(B) 306º 0.84% 0.94% -
XYZ 49.11 24.92 69.24 -
YUV 119.32 184.26 213.36 -
System Red Green Blue C M Y K H S L
Decimal 239 39 219 0 0.84 0.08 0.06 306 0.86 0.55
Hex EF 27 DB 0 54 8 6 132 56 37
Octal 357 47 333 0 124 10 6 462 126 67
Binary 11101111 100111 11011011 0 1010100 1000 110 100110010 1010110 110111

Color Harmonies of #EF27DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF27DB

Black with #EF27DB

Text Example


Text Example

White with #EF27DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF27DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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