Html Css Color HEX #E062D2 Free Speech Magenta

📋 copy color: '#E062D2'

red 224 ◦ green 98 ◦ blue 210

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

Shades of Free Speech Magenta #E062D2

Tints of Free Speech Magenta #E062D2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.42%

 BLUE value IS 210 (82.42% from 255) = 39.47%

R = 42.11%
G = 18.42%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E062D2 (or 0xE062D2) is known color: Free Speech Magenta. HEX triplet: E0, 62 and D2. RGB value is (224,98,210). Sum of RGB (Red+Green+Blue) = 224+98+210=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 98 (38.67% from 255 or 18.42% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E062D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E062D2 is #1F9D2D. Grayscale: #949494. Windows color (decimal): -2071854 or 13787872. OLE color: 13787872.

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

Color convert

RGB 224 98 210 -
CMYK 0 0.56 0.06 0.12
HSL 306.67º 0.67% 0.63% -
HSV(B) 306.67º 0.56% 0.88% -
XYZ 46.74 29.24 64.15 -
YUV 148.44 162.74 181.89 -
System Red Green Blue C M Y K H S L
Decimal 224 98 210 0 0.56 0.06 0.12 306.67 0.67 0.63
Hex E0 62 D2 0 38 6 C 133 43 3F
Octal 340 142 322 0 70 6 14 463 103 77
Binary 11100000 1100010 11010010 0 111000 110 1100 100110011 1000011 111111

Color Harmonies of #E062D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E062D2

Black with #E062D2

Text Example


Text Example

White with #E062D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E062D2; }

 p { color: rgb(224,98,210); }

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

background-color css

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

 a { background-color: rgb(224,98,210); }

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

border-color css

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

 span { border-color: rgb(224,98,210); }

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