Html Css Color HEX #EF3ADE Razzle Dazzle Rose

📋 copy color: '#EF3ADE'

red 239 ◦ green 58 ◦ blue 222

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

Shades of Razzle Dazzle Rose #EF3ADE

Tints of Razzle Dazzle Rose #EF3ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.18%

 BLUE value IS 222 (87.11% from 255) = 42.77%

R = 46.05%
G = 11.18%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF3ADE (or 0xEF3ADE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3A and DE. RGB value is (239,58,222). Sum of RGB (Red+Green+Blue) = 239+58+222=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 58 (23.05% from 255 or 11.18% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3ADE is #10C521. Grayscale: #828282. Windows color (decimal): -1099042 or 14564079. OLE color: 14564079.

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

Color convert

RGB 239 58 222 -
CMYK 0 0.76 0.07 0.06
HSL 305.64º 0.85% 0.58% -
HSV(B) 305.64º 0.76% 0.94% -
XYZ 50.29 26.65 71.6 -
YUV 130.82 179.47 205.16 -
System Red Green Blue C M Y K H S L
Decimal 239 58 222 0 0.76 0.07 0.06 305.64 0.85 0.58
Hex EF 3A DE 0 4C 7 6 132 55 3A
Octal 357 72 336 0 114 7 6 462 125 72
Binary 11101111 111010 11011110 0 1001100 111 110 100110010 1010101 111010

Color Harmonies of #EF3ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3ADE

Black with #EF3ADE

Text Example


Text Example

White with #EF3ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3ADE; }

 p { color: rgb(239,58,222); }

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

background-color css

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

 a { background-color: rgb(239,58,222); }

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

border-color css

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

 span { border-color: rgb(239,58,222); }

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