Html Css Color HEX #EB42D4 Free Speech Magenta

📋 copy color: '#EB42D4'

red 235 ◦ green 66 ◦ blue 212

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

Shades of Free Speech Magenta #EB42D4

Tints of Free Speech Magenta #EB42D4

RGB

 RED value IS 235 (92.19% from 255) = 45.81%

 GREEN value IS 66 (26.17% from 255) = 12.87%

 BLUE value IS 212 (83.2% from 255) = 41.33%

R = 45.81%
G = 12.87%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB42D4 (or 0xEB42D4) is known color: Free Speech Magenta. HEX triplet: EB, 42 and D4. RGB value is (235,66,212). Sum of RGB (Red+Green+Blue) = 235+66+212=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB42D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB42D4 is #14BD2B. Grayscale: #848484. Windows color (decimal): -1359148 or 13910763. OLE color: 13910763.

HSL color Cylindrical-coordinate representation of color #EB42D4: hue angle of 308.17º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB42D4 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 66 212 -
CMYK 0 0.72 0.10 0.08
HSL 308.17º 0.81% 0.59% -
HSV(B) 308.17º 0.72% 0.92% -
XYZ 48.09 26.31 64.83 -
YUV 133.18 172.49 200.63 -
System Red Green Blue C M Y K H S L
Decimal 235 66 212 0 0.72 0.10 0.08 308.17 0.81 0.59
Hex EB 42 D4 0 48 A 8 134 51 3B
Octal 353 102 324 0 110 12 10 464 121 73
Binary 11101011 1000010 11010100 0 1001000 1010 1000 100110100 1010001 111011

Color Harmonies of #EB42D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB42D4

Black with #EB42D4

Text Example


Text Example

White with #EB42D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB42D4; }

 p { color: rgb(235,66,212); }

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

background-color css

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

 a { background-color: rgb(235,66,212); }

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

border-color css

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

 span { border-color: rgb(235,66,212); }

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