Html Css Color HEX #EE3DDA Razzle Dazzle Rose

📋 copy color: '#EE3DDA'

red 238 ◦ green 61 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EE3DDA

Tints of Razzle Dazzle Rose #EE3DDA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.8%

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

R = 46.03%
G = 11.8%
B = 42.17%

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

#EE3DDA (or 0xEE3DDA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3D and DA. RGB value is (238,61,218). Sum of RGB (Red+Green+Blue) = 238+61+218=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 61 (24.22% from 255 or 11.80% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3DDA is #11C225. Grayscale: #838383. Windows color (decimal): -1163814 or 14302702. OLE color: 14302702.

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

Color convert

RGB 238 61 218 -
CMYK 0 0.74 0.08 0.07
HSL 306.78º 0.84% 0.59% -
HSV(B) 306.78º 0.74% 0.93% -
XYZ 49.58 26.58 68.85 -
YUV 131.82 176.64 203.73 -
System Red Green Blue C M Y K H S L
Decimal 238 61 218 0 0.74 0.08 0.07 306.78 0.84 0.59
Hex EE 3D DA 0 4A 8 7 133 54 3B
Octal 356 75 332 0 112 10 7 463 124 73
Binary 11101110 111101 11011010 0 1001010 1000 111 100110011 1010100 111011

Color Harmonies of #EE3DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3DDA

Black with #EE3DDA

Text Example


Text Example

White with #EE3DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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