Html Css Color HEX #EE2CBC Razzle Dazzle Rose

📋 copy color: '#EE2CBC'

red 238 ◦ green 44 ◦ blue 188

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

Shades of Razzle Dazzle Rose #EE2CBC

Tints of Razzle Dazzle Rose #EE2CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.36%

 BLUE value IS 188 (73.83% from 255) = 40%

R = 50.64%
G = 9.36%
B = 40%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE2CBC (or 0xEE2CBC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2C and BC. RGB value is (238,44,188). Sum of RGB (Red+Green+Blue) = 238+44+188=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2CBC is #11D343. Grayscale: #767676. Windows color (decimal): -1168196 or 12332270. OLE color: 12332270.

HSL color Cylindrical-coordinate representation of color #EE2CBC: hue angle of 315.46º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2CBC is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 44 188 -
CMYK 0 0.82 0.21 0.07
HSL 315.46º 0.85% 0.55% -
HSV(B) 315.46º 0.82% 0.93% -
XYZ 45.24 23.61 49.75 -
YUV 118.42 167.27 213.29 -
System Red Green Blue C M Y K H S L
Decimal 238 44 188 0 0.82 0.21 0.07 315.46 0.85 0.55
Hex EE 2C BC 0 52 15 7 13B 55 37
Octal 356 54 274 0 122 25 7 473 125 67
Binary 11101110 101100 10111100 0 1010010 10101 111 100111011 1010101 110111

Color Harmonies of #EE2CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2CBC

Black with #EE2CBC

Text Example


Text Example

White with #EE2CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2CBC; }

 p { color: rgb(238,44,188); }

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

background-color css

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

 a { background-color: rgb(238,44,188); }

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

border-color css

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

 span { border-color: rgb(238,44,188); }

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