Html Css Color HEX #EF2EDA Razzle Dazzle Rose

📋 copy color: '#EF2EDA'

red 239 ◦ green 46 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EF2EDA

Tints of Razzle Dazzle Rose #EF2EDA

RGB

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

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

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

R = 47.51%
G = 9.15%
B = 43.34%

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

#EF2EDA (or 0xEF2EDA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2E and DA. RGB value is (239,46,218). Sum of RGB (Red+Green+Blue) = 239+46+218=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 46 (18.36% from 255 or 9.15% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2EDA is #10D125. Grayscale: #7A7A7A. Windows color (decimal): -1102118 or 14298863. OLE color: 14298863.

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

Color convert

RGB 239 46 218 -
CMYK 0 0.81 0.09 0.06
HSL 306.53º 0.86% 0.56% -
HSV(B) 306.53º 0.81% 0.94% -
XYZ 49.23 25.37 68.63 -
YUV 123.32 181.44 210.51 -
System Red Green Blue C M Y K H S L
Decimal 239 46 218 0 0.81 0.09 0.06 306.53 0.86 0.56
Hex EF 2E DA 0 51 9 6 133 56 38
Octal 357 56 332 0 121 11 6 463 126 70
Binary 11101111 101110 11011010 0 1010001 1001 110 100110011 1010110 111000

Color Harmonies of #EF2EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2EDA

Black with #EF2EDA

Text Example


Text Example

White with #EF2EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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