Html Css Color HEX #EF3EDA Razzle Dazzle Rose

📋 copy color: '#EF3EDA'

red 239 ◦ green 62 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EF3EDA

Tints of Razzle Dazzle Rose #EF3EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.95%

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

R = 46.05%
G = 11.95%
B = 42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF3EDA (or 0xEF3EDA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3E and DA. RGB value is (239,62,218). Sum of RGB (Red+Green+Blue) = 239+62+218=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 62 (24.61% from 255 or 11.95% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3EDA is #10C125. Grayscale: #848484. Windows color (decimal): -1098022 or 14302959. OLE color: 14302959.

HSL color Cylindrical-coordinate representation of color #EF3EDA: hue angle of 307.12º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3EDA is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 62 218 -
CMYK 0 0.74 0.09 0.06
HSL 307.12º 0.85% 0.59% -
HSV(B) 307.12º 0.74% 0.94% -
XYZ 49.97 26.86 68.88 -
YUV 132.71 176.14 203.82 -
System Red Green Blue C M Y K H S L
Decimal 239 62 218 0 0.74 0.09 0.06 307.12 0.85 0.59
Hex EF 3E DA 0 4A 9 6 133 55 3B
Octal 357 76 332 0 112 11 6 463 125 73
Binary 11101111 111110 11011010 0 1001010 1001 110 100110011 1010101 111011

Color Harmonies of #EF3EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3EDA

Black with #EF3EDA

Text Example


Text Example

White with #EF3EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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