Html Css Color HEX #E052CF Free Speech Magenta

📋 copy color: '#E052CF'

red 224 ◦ green 82 ◦ blue 207

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

Shades of Free Speech Magenta #E052CF

Tints of Free Speech Magenta #E052CF

RGB

 RED value IS 224 (87.89% from 255) = 43.66%

 GREEN value IS 82 (32.42% from 255) = 15.98%

 BLUE value IS 207 (81.25% from 255) = 40.35%

R = 43.66%
G = 15.98%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E052CF (or 0xE052CF) is known color: Free Speech Magenta. HEX triplet: E0, 52 and CF. RGB value is (224,82,207). Sum of RGB (Red+Green+Blue) = 224+82+207=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E052CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E052CF is #1FAD30. Grayscale: #8A8A8A. Windows color (decimal): -2075953 or 13587168. OLE color: 13587168.

HSL color Cylindrical-coordinate representation of color #E052CF: hue angle of 307.18º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E052CF is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 207 -
CMYK 0 0.63 0.08 0.12
HSL 307.18º 0.7% 0.6% -
HSV(B) 307.18º 0.63% 0.88% -
XYZ 45.02 26.39 61.75 -
YUV 138.71 166.54 188.84 -
System Red Green Blue C M Y K H S L
Decimal 224 82 207 0 0.63 0.08 0.12 307.18 0.7 0.6
Hex E0 52 CF 0 3F 8 C 133 46 3C
Octal 340 122 317 0 77 10 14 463 106 74
Binary 11100000 1010010 11001111 0 111111 1000 1100 100110011 1000110 111100

Color Harmonies of #E052CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E052CF

Black with #E052CF

Text Example


Text Example

White with #E052CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E052CF; }

 p { color: rgb(224,82,207); }

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

background-color css

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

 a { background-color: rgb(224,82,207); }

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

border-color css

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

 span { border-color: rgb(224,82,207); }

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