Html Css Color HEX #EF2DDA Razzle Dazzle Rose

📋 copy color: '#EF2DDA'

red 239 ◦ green 45 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EF2DDA

Tints of Razzle Dazzle Rose #EF2DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.96%

 BLUE value IS 218 (85.55% from 255) = 43.43%

R = 47.61%
G = 8.96%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF2DDA (or 0xEF2DDA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2D and DA. RGB value is (239,45,218). Sum of RGB (Red+Green+Blue) = 239+45+218=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 45 (17.97% from 255 or 8.96% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2DDA is #10D225. Grayscale: #7A7A7A. Windows color (decimal): -1102374 or 14298607. OLE color: 14298607.

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

Color convert

RGB 239 45 218 -
CMYK 0 0.81 0.09 0.06
HSL 306.49º 0.86% 0.56% -
HSV(B) 306.49º 0.81% 0.94% -
XYZ 49.19 25.29 68.62 -
YUV 122.73 181.77 210.93 -
System Red Green Blue C M Y K H S L
Decimal 239 45 218 0 0.81 0.09 0.06 306.49 0.86 0.56
Hex EF 2D DA 0 51 9 6 132 56 38
Octal 357 55 332 0 121 11 6 462 126 70
Binary 11101111 101101 11011010 0 1010001 1001 110 100110010 1010110 111000

Color Harmonies of #EF2DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2DDA

Black with #EF2DDA

Text Example


Text Example

White with #EF2DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2DDA; }

 p { color: rgb(239,45,218); }

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

background-color css

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

 a { background-color: rgb(239,45,218); }

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

border-color css

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

 span { border-color: rgb(239,45,218); }

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