Html Css Color HEX #E35FDD Free Speech Magenta

📋 copy color: '#E35FDD'

red 227 ◦ green 95 ◦ blue 221

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

Shades of Free Speech Magenta #E35FDD

Tints of Free Speech Magenta #E35FDD

RGB

 RED value IS 227 (89.06% from 255) = 41.8%

 GREEN value IS 95 (37.5% from 255) = 17.5%

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 41.8%
G = 17.5%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E35FDD (or 0xE35FDD) is known color: Free Speech Magenta. HEX triplet: E3, 5F and DD. RGB value is (227,95,221). Sum of RGB (Red+Green+Blue) = 227+95+221=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E35FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35FDD is #1CA022. Grayscale: #949494. Windows color (decimal): -1876003 or 14508003. OLE color: 14508003.

HSL color Cylindrical-coordinate representation of color #E35FDD: hue angle of 302.73º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E35FDD is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 95 221 -
CMYK 0 0.58 0.03 0.11
HSL 302.73º 0.7% 0.63% -
HSV(B) 302.73º 0.58% 0.89% -
XYZ 48.82 29.74 71.57 -
YUV 148.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 227 95 221 0 0.58 0.03 0.11 302.73 0.7 0.63
Hex E3 5F DD 0 3A 3 B 12F 46 3F
Octal 343 137 335 0 72 3 13 457 106 77
Binary 11100011 1011111 11011101 0 111010 11 1011 100101111 1000110 111111

Color Harmonies of #E35FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35FDD

Black with #E35FDD

Text Example


Text Example

White with #E35FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35FDD; }

 p { color: rgb(227,95,221); }

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

background-color css

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

 a { background-color: rgb(227,95,221); }

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

border-color css

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

 span { border-color: rgb(227,95,221); }

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