Html Css Color HEX #EE38CB Razzle Dazzle Rose

📋 copy color: '#EE38CB'

red 238 ◦ green 56 ◦ blue 203

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

Shades of Razzle Dazzle Rose #EE38CB

Tints of Razzle Dazzle Rose #EE38CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 47.89%
G = 11.27%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE38CB (or 0xEE38CB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 38 and CB. RGB value is (238,56,203). Sum of RGB (Red+Green+Blue) = 238+56+203=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 56 (22.27% from 255 or 11.27% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE38CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE38CB is #11C734. Grayscale: #7E7E7E. Windows color (decimal): -1165109 or 13318382. OLE color: 13318382.

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

Color convert

RGB 238 56 203 -
CMYK 0 0.76 0.15 0.07
HSL 311.54º 0.84% 0.58% -
HSV(B) 311.54º 0.76% 0.93% -
XYZ 47.45 25.32 58.89 -
YUV 127.18 170.8 207.05 -
System Red Green Blue C M Y K H S L
Decimal 238 56 203 0 0.76 0.15 0.07 311.54 0.84 0.58
Hex EE 38 CB 0 4C F 7 138 54 3A
Octal 356 70 313 0 114 17 7 470 124 72
Binary 11101110 111000 11001011 0 1001100 1111 111 100111000 1010100 111010

Color Harmonies of #EE38CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE38CB

Black with #EE38CB

Text Example


Text Example

White with #EE38CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE38CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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