Html Css Color HEX #EE4BCC Free Speech Magenta

📋 copy color: '#EE4BCC'

red 238 ◦ green 75 ◦ blue 204

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

Shades of Free Speech Magenta #EE4BCC

Tints of Free Speech Magenta #EE4BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.51%

 BLUE value IS 204 (80.08% from 255) = 39.46%

R = 46.03%
G = 14.51%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE4BCC (or 0xEE4BCC) is known color: Free Speech Magenta. HEX triplet: EE, 4B and CC. RGB value is (238,75,204). Sum of RGB (Red+Green+Blue) = 238+75+204=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 75 (29.69% from 255 or 14.51% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4BCC is #11B433. Grayscale: #8A8A8A. Windows color (decimal): -1160244 or 13388782. OLE color: 13388782.

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

Color convert

RGB 238 75 204 -
CMYK 0 0.68 0.14 0.07
HSL 312.52º 0.83% 0.61% -
HSV(B) 312.52º 0.68% 0.93% -
XYZ 48.68 27.57 59.88 -
YUV 138.44 165 199.01 -
System Red Green Blue C M Y K H S L
Decimal 238 75 204 0 0.68 0.14 0.07 312.52 0.83 0.61
Hex EE 4B CC 0 44 E 7 139 53 3D
Octal 356 113 314 0 104 16 7 471 123 75
Binary 11101110 1001011 11001100 0 1000100 1110 111 100111001 1010011 111101

Color Harmonies of #EE4BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4BCC

Black with #EE4BCC

Text Example


Text Example

White with #EE4BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4BCC; }

 p { color: rgb(238,75,204); }

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

background-color css

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

 a { background-color: rgb(238,75,204); }

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

border-color css

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

 span { border-color: rgb(238,75,204); }

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