Html Css Color HEX #EE40DA Razzle Dazzle Rose

📋 copy color: '#EE40DA'

red 238 ◦ green 64 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EE40DA

Tints of Razzle Dazzle Rose #EE40DA

RGB

 RED value IS 238 (93.36% from 255) = 45.77%

 GREEN value IS 64 (25.39% from 255) = 12.31%

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

R = 45.77%
G = 12.31%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE40DA (or 0xEE40DA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 40 and DA. RGB value is (238,64,218). Sum of RGB (Red+Green+Blue) = 238+64+218=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 64 (25.39% from 255 or 12.31% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE40DA is #11BF25. Grayscale: #858585. Windows color (decimal): -1163046 or 14303470. OLE color: 14303470.

HSL color Cylindrical-coordinate representation of color #EE40DA: hue angle of 306.9º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE40DA is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 64 218 -
CMYK 0 0.73 0.08 0.07
HSL 306.9º 0.84% 0.59% -
HSV(B) 306.9º 0.73% 0.93% -
XYZ 49.75 26.91 68.9 -
YUV 133.58 175.65 202.48 -
System Red Green Blue C M Y K H S L
Decimal 238 64 218 0 0.73 0.08 0.07 306.9 0.84 0.59
Hex EE 40 DA 0 49 8 7 133 54 3B
Octal 356 100 332 0 111 10 7 463 124 73
Binary 11101110 1000000 11011010 0 1001001 1000 111 100110011 1010100 111011

Color Harmonies of #EE40DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE40DA

Black with #EE40DA

Text Example


Text Example

White with #EE40DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE40DA; }

 p { color: rgb(238,64,218); }

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

background-color css

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

 a { background-color: rgb(238,64,218); }

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

border-color css

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

 span { border-color: rgb(238,64,218); }

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