Html Css Color HEX #EE3EDA Razzle Dazzle Rose

📋 copy color: '#EE3EDA'

red 238 ◦ green 62 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EE3EDA

Tints of Razzle Dazzle Rose #EE3EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.97%

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

R = 45.95%
G = 11.97%
B = 42.08%

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

#EE3EDA (or 0xEE3EDA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3E and DA. RGB value is (238,62,218). Sum of RGB (Red+Green+Blue) = 238+62+218=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 62 (24.61% from 255 or 11.97% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3EDA is #11C125. Grayscale: #838383. Windows color (decimal): -1163558 or 14302958. OLE color: 14302958.

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

Color convert

RGB 238 62 218 -
CMYK 0 0.74 0.08 0.07
HSL 306.82º 0.84% 0.59% -
HSV(B) 306.82º 0.74% 0.93% -
XYZ 49.64 26.68 68.86 -
YUV 132.41 176.31 203.32 -
System Red Green Blue C M Y K H S L
Decimal 238 62 218 0 0.74 0.08 0.07 306.82 0.84 0.59
Hex EE 3E DA 0 4A 8 7 133 54 3B
Octal 356 76 332 0 112 10 7 463 124 73
Binary 11101110 111110 11011010 0 1001010 1000 111 100110011 1010100 111011

Color Harmonies of #EE3EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3EDA

Black with #EE3EDA

Text Example


Text Example

White with #EE3EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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