Html Css Color HEX #EF2EDF Razzle Dazzle Rose

📋 copy color: '#EF2EDF'

red 239 ◦ green 46 ◦ blue 223

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

Shades of Razzle Dazzle Rose #EF2EDF

Tints of Razzle Dazzle Rose #EF2EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 47.05%
G = 9.06%
B = 43.9%

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

#EF2EDF (or 0xEF2EDF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2E and DF. RGB value is (239,46,223). Sum of RGB (Red+Green+Blue) = 239+46+223=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 46 (18.36% from 255 or 9.06% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2EDF is #10D120. Grayscale: #7B7B7B. Windows color (decimal): -1102113 or 14626543. OLE color: 14626543.

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

Color convert

RGB 239 46 223 -
CMYK 0 0.81 0.07 0.06
HSL 304.97º 0.86% 0.56% -
HSV(B) 304.97º 0.81% 0.94% -
XYZ 49.89 25.63 72.13 -
YUV 123.89 183.94 210.11 -
System Red Green Blue C M Y K H S L
Decimal 239 46 223 0 0.81 0.07 0.06 304.97 0.86 0.56
Hex EF 2E DF 0 51 7 6 131 56 38
Octal 357 56 337 0 121 7 6 461 126 70
Binary 11101111 101110 11011111 0 1010001 111 110 100110001 1010110 111000

Color Harmonies of #EF2EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2EDF

Black with #EF2EDF

Text Example


Text Example

White with #EF2EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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