Html Css Color HEX #EE3BCC Razzle Dazzle Rose

📋 copy color: '#EE3BCC'

red 238 ◦ green 59 ◦ blue 204

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

Shades of Razzle Dazzle Rose #EE3BCC

Tints of Razzle Dazzle Rose #EE3BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.78%

 BLUE value IS 204 (80.08% from 255) = 40.72%

R = 47.5%
G = 11.78%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE3BCC (or 0xEE3BCC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3B and CC. RGB value is (238,59,204). Sum of RGB (Red+Green+Blue) = 238+59+204=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 59 (23.44% from 255 or 11.78% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3BCC is #11C433. Grayscale: #808080. Windows color (decimal): -1164340 or 13384686. OLE color: 13384686.

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

Color convert

RGB 238 59 204 -
CMYK 0 0.75 0.14 0.07
HSL 311.4º 0.84% 0.58% -
HSV(B) 311.4º 0.75% 0.93% -
XYZ 47.72 25.66 59.57 -
YUV 129.05 170.3 205.71 -
System Red Green Blue C M Y K H S L
Decimal 238 59 204 0 0.75 0.14 0.07 311.4 0.84 0.58
Hex EE 3B CC 0 4B E 7 137 54 3A
Octal 356 73 314 0 113 16 7 467 124 72
Binary 11101110 111011 11001100 0 1001011 1110 111 100110111 1010100 111010

Color Harmonies of #EE3BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3BCC

Black with #EE3BCC

Text Example


Text Example

White with #EE3BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3BCC; }

 p { color: rgb(238,59,204); }

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

background-color css

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

 a { background-color: rgb(238,59,204); }

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

border-color css

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

 span { border-color: rgb(238,59,204); }

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