Html Css Color HEX #E767D4 Free Speech Magenta

📋 copy color: '#E767D4'

red 231 ◦ green 103 ◦ blue 212

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

Shades of Free Speech Magenta #E767D4

Tints of Free Speech Magenta #E767D4

RGB

 RED value IS 231 (90.63% from 255) = 42.31%

 GREEN value IS 103 (40.63% from 255) = 18.86%

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

R = 42.31%
G = 18.86%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E767D4 (or 0xE767D4) is known color: Free Speech Magenta. HEX triplet: E7, 67 and D4. RGB value is (231,103,212). Sum of RGB (Red+Green+Blue) = 231+103+212=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 103 (40.62% from 255 or 18.86% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E767D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E767D4 is #18982B. Grayscale: #999999. Windows color (decimal): -1611820 or 13920231. OLE color: 13920231.

HSL color Cylindrical-coordinate representation of color #E767D4: hue angle of 308.91º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E767D4 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 103 212 -
CMYK 0 0.55 0.08 0.09
HSL 308.91º 0.73% 0.65% -
HSV(B) 308.91º 0.55% 0.91% -
XYZ 49.69 31.44 65.74 -
YUV 153.7 160.91 183.14 -
System Red Green Blue C M Y K H S L
Decimal 231 103 212 0 0.55 0.08 0.09 308.91 0.73 0.65
Hex E7 67 D4 0 37 8 9 135 49 41
Octal 347 147 324 0 67 10 11 465 111 101
Binary 11100111 1100111 11010100 0 110111 1000 1001 100110101 1001001 1000001

Color Harmonies of #E767D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E767D4

Black with #E767D4

Text Example


Text Example

White with #E767D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E767D4; }

 p { color: rgb(231,103,212); }

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

background-color css

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

 a { background-color: rgb(231,103,212); }

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

border-color css

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

 span { border-color: rgb(231,103,212); }

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