Html Css Color HEX #EE44C5 Razzle Dazzle Rose

📋 copy color: '#EE44C5'

red 238 ◦ green 68 ◦ blue 197

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

Shades of Razzle Dazzle Rose #EE44C5

Tints of Razzle Dazzle Rose #EE44C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.17%

R = 47.32%
G = 13.52%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EE44C5 (or 0xEE44C5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 44 and C5. RGB value is (238,68,197). Sum of RGB (Red+Green+Blue) = 238+68+197=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 68 (26.95% from 255 or 13.52% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE44C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE44C5 is #11BB3A. Grayscale: #858585. Windows color (decimal): -1162043 or 12928238. OLE color: 12928238.

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

Color convert

RGB 238 68 197 -
CMYK 0 0.71 0.17 0.07
HSL 314.47º 0.83% 0.6% -
HSV(B) 314.47º 0.71% 0.93% -
XYZ 47.41 26.34 55.41 -
YUV 133.54 163.82 202.51 -
System Red Green Blue C M Y K H S L
Decimal 238 68 197 0 0.71 0.17 0.07 314.47 0.83 0.6
Hex EE 44 C5 0 47 11 7 13A 53 3C
Octal 356 104 305 0 107 21 7 472 123 74
Binary 11101110 1000100 11000101 0 1000111 10001 111 100111010 1010011 111100

Color Harmonies of #EE44C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE44C5

Black with #EE44C5

Text Example


Text Example

White with #EE44C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE44C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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