Html Css Color HEX #EE3CDA Razzle Dazzle Rose

📋 copy color: '#EE3CDA'

red 238 ◦ green 60 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EE3CDA

Tints of Razzle Dazzle Rose #EE3CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.63%

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

R = 46.12%
G = 11.63%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE3CDA (or 0xEE3CDA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3C and DA. RGB value is (238,60,218). Sum of RGB (Red+Green+Blue) = 238+60+218=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 60 (23.83% from 255 or 11.63% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3CDA is #11C325. Grayscale: #828282. Windows color (decimal): -1164070 or 14302446. OLE color: 14302446.

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

Color convert

RGB 238 60 218 -
CMYK 0 0.75 0.08 0.07
HSL 306.74º 0.84% 0.58% -
HSV(B) 306.74º 0.75% 0.93% -
XYZ 49.53 26.47 68.83 -
YUV 131.23 176.97 204.15 -
System Red Green Blue C M Y K H S L
Decimal 238 60 218 0 0.75 0.08 0.07 306.74 0.84 0.58
Hex EE 3C DA 0 4B 8 7 133 54 3A
Octal 356 74 332 0 113 10 7 463 124 72
Binary 11101110 111100 11011010 0 1001011 1000 111 100110011 1010100 111010

Color Harmonies of #EE3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3CDA

Black with #EE3CDA

Text Example


Text Example

White with #EE3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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