#ef3de0

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

Shades of Razzle Dazzle Rose #EF3DE0

Tints of Razzle Dazzle Rose #EF3DE0

Color information

#EF3DE0 (or 0xEF3DE0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3D and E0. RGB value is (239,61,224). Sum of RGB (Red+Green+Blue) = 239+61+224=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 61 (24.22% from 255 or 11.64% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3DE0 is #10C21F. Grayscale: #848484. Windows color (decimal): -1098272 or 14695919. OLE color: 14695919.

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

Color convert

RGB23961224-
CMYK00.740.060.06
HSL305.06º84.76%58.82%-
HSV(B)305.06º74.48%93.73%-
XYZ50.7227.0773.07-
YUV132.8179.47203.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.61%
GREEN value IS 61 (24.22% from 255) = 11.64%
BLUE value IS 224 (87.89% from 255) = 42.75%
R=45.61%
G=11.64%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396122400.740.060.06305.0684.7658.82
HexEF3DE004A66131553b
Octal3577534001126646112573
Binary1110111111110111100000010010101101101001100011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef3de0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef3de0; }

 p { color: rgb(239,61,224); }

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

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

 a { background-color: rgb(239,61,224); }

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

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

 span { border-color: rgb(239,61,224); }

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