Html Css Color HEX #EE38E7 Razzle Dazzle Rose

📋 copy color: '#EE38E7'

red 238 ◦ green 56 ◦ blue 231

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

Shades of Razzle Dazzle Rose #EE38E7

Tints of Razzle Dazzle Rose #EE38E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44%

R = 45.33%
G = 10.67%
B = 44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE38E7 (or 0xEE38E7) is known color: Razzle Dazzle Rose. HEX triplet: EE, 38 and E7. RGB value is (238,56,231). Sum of RGB (Red+Green+Blue) = 238+56+231=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 56 (22.27% from 255 or 10.67% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE38E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE38E7 is #11C718. Grayscale: #818181. Windows color (decimal): -1165081 or 15153390. OLE color: 15153390.

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

Color convert

RGB 238 56 231 -
CMYK 0 0.76 0.03 0.07
HSL 302.31º 0.84% 0.58% -
HSV(B) 302.31º 0.76% 0.93% -
XYZ 51.1 26.78 78.08 -
YUV 130.37 184.8 204.77 -
System Red Green Blue C M Y K H S L
Decimal 238 56 231 0 0.76 0.03 0.07 302.31 0.84 0.58
Hex EE 38 E7 0 4C 3 7 12E 54 3A
Octal 356 70 347 0 114 3 7 456 124 72
Binary 11101110 111000 11100111 0 1001100 11 111 100101110 1010100 111010

Color Harmonies of #EE38E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE38E7

Black with #EE38E7

Text Example


Text Example

White with #EE38E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE38E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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