Html Css Color HEX #EE38C8 Razzle Dazzle Rose

📋 copy color: '#EE38C8'

red 238 ◦ green 56 ◦ blue 200

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

Shades of Razzle Dazzle Rose #EE38C8

Tints of Razzle Dazzle Rose #EE38C8

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.34%

 BLUE value IS 200 (78.52% from 255) = 40.49%

R = 48.18%
G = 11.34%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EE38C8 (or 0xEE38C8) is known color: Razzle Dazzle Rose. HEX triplet: EE, 38 and C8. RGB value is (238,56,200). Sum of RGB (Red+Green+Blue) = 238+56+200=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 56 (22.27% from 255 or 11.34% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE38C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE38C8 is #11C737. Grayscale: #7E7E7E. Windows color (decimal): -1165112 or 13121774. OLE color: 13121774.

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

Color convert

RGB 238 56 200 -
CMYK 0 0.76 0.16 0.07
HSL 312.53º 0.84% 0.58% -
HSV(B) 312.53º 0.76% 0.93% -
XYZ 47.1 25.18 57.02 -
YUV 126.83 169.3 207.29 -
System Red Green Blue C M Y K H S L
Decimal 238 56 200 0 0.76 0.16 0.07 312.53 0.84 0.58
Hex EE 38 C8 0 4C 10 7 139 54 3A
Octal 356 70 310 0 114 20 7 471 124 72
Binary 11101110 111000 11001000 0 1001100 10000 111 100111001 1010100 111010

Color Harmonies of #EE38C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE38C8

Black with #EE38C8

Text Example


Text Example

White with #EE38C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE38C8; }

 p { color: rgb(238,56,200); }

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

background-color css

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

 a { background-color: rgb(238,56,200); }

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

border-color css

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

 span { border-color: rgb(238,56,200); }

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