Html Css Color HEX #EF2EDB Razzle Dazzle Rose

📋 copy color: '#EF2EDB'

red 239 ◦ green 46 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EF2EDB

Tints of Razzle Dazzle Rose #EF2EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.13%

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

R = 47.42%
G = 9.13%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF2EDB (or 0xEF2EDB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2E and DB. RGB value is (239,46,219). Sum of RGB (Red+Green+Blue) = 239+46+219=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 46 (18.36% from 255 or 9.13% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2EDB is #10D124. Grayscale: #7A7A7A. Windows color (decimal): -1102117 or 14364399. OLE color: 14364399.

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

Color convert

RGB 239 46 219 -
CMYK 0 0.81 0.08 0.06
HSL 306.22º 0.86% 0.56% -
HSV(B) 306.22º 0.81% 0.94% -
XYZ 49.36 25.42 69.32 -
YUV 123.43 181.94 210.43 -
System Red Green Blue C M Y K H S L
Decimal 239 46 219 0 0.81 0.08 0.06 306.22 0.86 0.56
Hex EF 2E DB 0 51 8 6 132 56 38
Octal 357 56 333 0 121 10 6 462 126 70
Binary 11101111 101110 11011011 0 1010001 1000 110 100110010 1010110 111000

Color Harmonies of #EF2EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2EDB

Black with #EF2EDB

Text Example


Text Example

White with #EF2EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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