Html Css Color HEX #EE48CB Razzle Dazzle Rose

📋 copy color: '#EE48CB'

red 238 ◦ green 72 ◦ blue 203

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

Shades of Razzle Dazzle Rose #EE48CB

Tints of Razzle Dazzle Rose #EE48CB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.04%

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

R = 46.39%
G = 14.04%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE48CB (or 0xEE48CB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 48 and CB. RGB value is (238,72,203). Sum of RGB (Red+Green+Blue) = 238+72+203=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EE48CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE48CB is #11B734. Grayscale: #888888. Windows color (decimal): -1161013 or 13322478. OLE color: 13322478.

HSL color Cylindrical-coordinate representation of color #EE48CB: hue angle of 312.65º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE48CB is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 72 203 -
CMYK 0 0.70 0.15 0.07
HSL 312.65º 0.83% 0.61% -
HSV(B) 312.65º 0.7% 0.93% -
XYZ 48.36 27.12 59.19 -
YUV 136.57 165.5 200.35 -
System Red Green Blue C M Y K H S L
Decimal 238 72 203 0 0.70 0.15 0.07 312.65 0.83 0.61
Hex EE 48 CB 0 46 F 7 139 53 3D
Octal 356 110 313 0 106 17 7 471 123 75
Binary 11101110 1001000 11001011 0 1000110 1111 111 100111001 1010011 111101

Color Harmonies of #EE48CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE48CB

Black with #EE48CB

Text Example


Text Example

White with #EE48CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE48CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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