#EF3AC4

Color #EF3AC4 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #EF3AC4

Tints of Razzle Dazzle Rose #EF3AC4

Color information

#EF3AC4 (or 0xEF3AC4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3A and C4. RGB value is (239,58,196). Sum of RGB (Red+Green+Blue) = 239+58+196=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 58 (23.05% from 255 or 11.76% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3AC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3AC4 is #10C53B. Grayscale: #7F7F7F. Windows color (decimal): -1099068 or 12860143. OLE color: 12860143.

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

Color convert

RGB23958196-
CMYK00.760.180.06
HSL314.25º84.98%58.24%-
HSV(B)314.25º75.73%93.73%-
XYZ47.0725.3654.64-
YUV127.85166.47207.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.48%
GREEN value IS 58 (23.05% from 255) = 11.76%
BLUE value IS 196 (76.95% from 255) = 39.76%
R=48.48%
G=11.76%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395819600.760.180.06314.2584.9858.24
HexEF3AC404C12613a553a
Octal35772304011422647212572
Binary111011111110101100010001001100100101101001110101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3AC4; }

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

 H1.HeaderClassName
 {
   color: #EF3AC4;
 }
 .AnyTagClassName
 {
   color: #EF3AC4;
 }
</style>
background-color css

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

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

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

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

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

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