Html Css Color HEX #EE38D8 Razzle Dazzle Rose

📋 copy color: '#EE38D8'

red 238 ◦ green 56 ◦ blue 216

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

Shades of Razzle Dazzle Rose #EE38D8

Tints of Razzle Dazzle Rose #EE38D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.35%

R = 46.67%
G = 10.98%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EE38D8 (or 0xEE38D8) is known color: Razzle Dazzle Rose. HEX triplet: EE, 38 and D8. RGB value is (238,56,216). Sum of RGB (Red+Green+Blue) = 238+56+216=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 56 (22.27% from 255 or 10.98% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE38D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE38D8 is #11C727. Grayscale: #808080. Windows color (decimal): -1165096 or 14170350. OLE color: 14170350.

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

Color convert

RGB 238 56 216 -
CMYK 0 0.76 0.09 0.07
HSL 307.25º 0.84% 0.58% -
HSV(B) 307.25º 0.76% 0.93% -
XYZ 49.07 25.96 67.39 -
YUV 128.66 177.3 205.99 -
System Red Green Blue C M Y K H S L
Decimal 238 56 216 0 0.76 0.09 0.07 307.25 0.84 0.58
Hex EE 38 D8 0 4C 9 7 133 54 3A
Octal 356 70 330 0 114 11 7 463 124 72
Binary 11101110 111000 11011000 0 1001100 1001 111 100110011 1010100 111010

Color Harmonies of #EE38D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE38D8

Black with #EE38D8

Text Example


Text Example

White with #EE38D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE38D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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