Html Css Color HEX #EE40BD Razzle Dazzle Rose

📋 copy color: '#EE40BD'

red 238 ◦ green 64 ◦ blue 189

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

Shades of Razzle Dazzle Rose #EE40BD

Tints of Razzle Dazzle Rose #EE40BD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.03%

 BLUE value IS 189 (74.22% from 255) = 38.49%

R = 48.47%
G = 13.03%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE40BD (or 0xEE40BD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 40 and BD. RGB value is (238,64,189). Sum of RGB (Red+Green+Blue) = 238+64+189=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE40BD is #11BF42. Grayscale: #818181. Windows color (decimal): -1163075 or 12402926. OLE color: 12402926.

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

Color convert

RGB 238 64 189 -
CMYK 0 0.73 0.21 0.07
HSL 316.9º 0.84% 0.59% -
HSV(B) 316.9º 0.73% 0.93% -
XYZ 46.28 25.52 50.63 -
YUV 130.28 161.15 204.84 -
System Red Green Blue C M Y K H S L
Decimal 238 64 189 0 0.73 0.21 0.07 316.9 0.84 0.59
Hex EE 40 BD 0 49 15 7 13D 54 3B
Octal 356 100 275 0 111 25 7 475 124 73
Binary 11101110 1000000 10111101 0 1001001 10101 111 100111101 1010100 111011

Color Harmonies of #EE40BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE40BD

Black with #EE40BD

Text Example


Text Example

White with #EE40BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE40BD; }

 p { color: rgb(238,64,189); }

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

background-color css

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

 a { background-color: rgb(238,64,189); }

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

border-color css

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

 span { border-color: rgb(238,64,189); }

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