Html Css Color HEX #EF2EDE Razzle Dazzle Rose

📋 copy color: '#EF2EDE'

red 239 ◦ green 46 ◦ blue 222

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

Shades of Razzle Dazzle Rose #EF2EDE

Tints of Razzle Dazzle Rose #EF2EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.79%

R = 47.14%
G = 9.07%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF2EDE (or 0xEF2EDE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2E and DE. RGB value is (239,46,222). Sum of RGB (Red+Green+Blue) = 239+46+222=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 46 (18.36% from 255 or 9.07% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2EDE is #10D121. Grayscale: #7B7B7B. Windows color (decimal): -1102114 or 14561007. OLE color: 14561007.

HSL color Cylindrical-coordinate representation of color #EF2EDE: hue angle of 305.28º 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 #EF2EDE is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 46 222 -
CMYK 0 0.81 0.07 0.06
HSL 305.29º 0.86% 0.56% -
HSV(B) 305.29º 0.81% 0.94% -
XYZ 49.76 25.58 71.42 -
YUV 123.77 183.44 210.19 -
System Red Green Blue C M Y K H S L
Decimal 239 46 222 0 0.81 0.07 0.06 305.29 0.86 0.56
Hex EF 2E DE 0 51 7 6 131 56 38
Octal 357 56 336 0 121 7 6 461 126 70
Binary 11101111 101110 11011110 0 1010001 111 110 100110001 1010110 111000

Color Harmonies of #EF2EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2EDE

Black with #EF2EDE

Text Example


Text Example

White with #EF2EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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