Html Css Color HEX #EF2EED Razzle Dazzle Rose

📋 copy color: '#EF2EED'

red 239 ◦ green 46 ◦ blue 237

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

Shades of Razzle Dazzle Rose #EF2EED

Tints of Razzle Dazzle Rose #EF2EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 45.79%
G = 8.81%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF2EED (or 0xEF2EED) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2E and ED. RGB value is (239,46,237). Sum of RGB (Red+Green+Blue) = 239+46+237=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 46 (18.36% from 255 or 8.81% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2EED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2EED is #10D112. Grayscale: #7C7C7C. Windows color (decimal): -1102099 or 15544047. OLE color: 15544047.

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

Color convert

RGB 239 46 237 -
CMYK 0 0.81 0.01 0.06
HSL 300.62º 0.86% 0.56% -
HSV(B) 300.62º 0.81% 0.94% -
XYZ 51.86 26.42 82.49 -
YUV 125.48 190.94 208.97 -
System Red Green Blue C M Y K H S L
Decimal 239 46 237 0 0.81 0.01 0.06 300.62 0.86 0.56
Hex EF 2E ED 0 51 1 6 12D 56 38
Octal 357 56 355 0 121 1 6 455 126 70
Binary 11101111 101110 11101101 0 1010001 1 110 100101101 1010110 111000

Color Harmonies of #EF2EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2EED

Black with #EF2EED

Text Example


Text Example

White with #EF2EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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