Html Css Color HEX #EE3FDA Razzle Dazzle Rose

📋 copy color: '#EE3FDA'

red 238 ◦ green 63 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EE3FDA

Tints of Razzle Dazzle Rose #EE3FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 12.14%

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

R = 45.86%
G = 12.14%
B = 42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE3FDA (or 0xEE3FDA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3F and DA. RGB value is (238,63,218). Sum of RGB (Red+Green+Blue) = 238+63+218=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 63 (25% from 255 or 12.14% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3FDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3FDA is #11C025. Grayscale: #848484. Windows color (decimal): -1163302 or 14303214. OLE color: 14303214.

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

Color convert

RGB 238 63 218 -
CMYK 0 0.74 0.08 0.07
HSL 306.86º 0.84% 0.59% -
HSV(B) 306.86º 0.74% 0.93% -
XYZ 49.69 26.79 68.88 -
YUV 133 175.98 202.9 -
System Red Green Blue C M Y K H S L
Decimal 238 63 218 0 0.74 0.08 0.07 306.86 0.84 0.59
Hex EE 3F DA 0 4A 8 7 133 54 3B
Octal 356 77 332 0 112 10 7 463 124 73
Binary 11101110 111111 11011010 0 1001010 1000 111 100110011 1010100 111011

Color Harmonies of #EE3FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3FDA

Black with #EE3FDA

Text Example


Text Example

White with #EE3FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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