Html Css Color HEX #EE38D0 Razzle Dazzle Rose

📋 copy color: '#EE38D0'

red 238 ◦ green 56 ◦ blue 208

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

Shades of Razzle Dazzle Rose #EE38D0

Tints of Razzle Dazzle Rose #EE38D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.43%

R = 47.41%
G = 11.16%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE38D0 (or 0xEE38D0) is known color: Razzle Dazzle Rose. HEX triplet: EE, 38 and D0. RGB value is (238,56,208). Sum of RGB (Red+Green+Blue) = 238+56+208=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 56 (22.27% from 255 or 11.16% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE38D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE38D0 is #11C72F. Grayscale: #7F7F7F. Windows color (decimal): -1165104 or 13646062. OLE color: 13646062.

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

Color convert

RGB 238 56 208 -
CMYK 0 0.76 0.13 0.07
HSL 309.89º 0.84% 0.58% -
HSV(B) 309.89º 0.76% 0.93% -
XYZ 48.06 25.56 62.08 -
YUV 127.75 173.3 206.64 -
System Red Green Blue C M Y K H S L
Decimal 238 56 208 0 0.76 0.13 0.07 309.89 0.84 0.58
Hex EE 38 D0 0 4C D 7 136 54 3A
Octal 356 70 320 0 114 15 7 466 124 72
Binary 11101110 111000 11010000 0 1001100 1101 111 100110110 1010100 111010

Color Harmonies of #EE38D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE38D0

Black with #EE38D0

Text Example


Text Example

White with #EE38D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE38D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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