Html Css Color HEX #EE44BD Razzle Dazzle Rose

📋 copy color: '#EE44BD'

red 238 ◦ green 68 ◦ blue 189

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

Shades of Razzle Dazzle Rose #EE44BD

Tints of Razzle Dazzle Rose #EE44BD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.74%

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

R = 48.08%
G = 13.74%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE44BD (or 0xEE44BD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 44 and BD. RGB value is (238,68,189). Sum of RGB (Red+Green+Blue) = 238+68+189=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE44BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE44BD is #11BB42. Grayscale: #848484. Windows color (decimal): -1162051 or 12403950. OLE color: 12403950.

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

Color convert

RGB 238 68 189 -
CMYK 0 0.71 0.21 0.07
HSL 317.29º 0.83% 0.6% -
HSV(B) 317.29º 0.71% 0.93% -
XYZ 46.51 25.99 50.71 -
YUV 132.62 159.82 203.16 -
System Red Green Blue C M Y K H S L
Decimal 238 68 189 0 0.71 0.21 0.07 317.29 0.83 0.6
Hex EE 44 BD 0 47 15 7 13D 53 3C
Octal 356 104 275 0 107 25 7 475 123 74
Binary 11101110 1000100 10111101 0 1000111 10101 111 100111101 1010011 111100

Color Harmonies of #EE44BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE44BD

Black with #EE44BD

Text Example


Text Example

White with #EE44BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE44BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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