Html Css Color HEX #E712F2 Psychedelic Purple

📋 copy color: '#E712F2'

red 231 ◦ green 18 ◦ blue 242

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

Shades of Psychedelic Purple #E712F2

Tints of Psychedelic Purple #E712F2

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.67%

 BLUE value IS 242 (94.92% from 255) = 49.29%

R = 47.05%
G = 3.67%
B = 49.29%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E712F2 (or 0xE712F2) is known color: Psychedelic Purple. HEX triplet: E7, 12 and F2. RGB value is (231,18,242). Sum of RGB (Red+Green+Blue) = 231+18+242=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 18 (7.42% from 255 or 3.67% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #E712F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E712F2 is #18ED0D. Grayscale: #6A6A6A. Windows color (decimal): -1633550 or 15864551. OLE color: 15864551.

HSL color Cylindrical-coordinate representation of color #E712F2: hue angle of 297.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E712F2 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 18 242 -
CMYK 0.05 0.93 0 0.05
HSL 297.05º 0.9% 0.51% -
HSV(B) 297.05º 0.93% 0.95% -
XYZ 49.2 23.83 86.01 -
YUV 107.22 204.07 216.29 -
System Red Green Blue C M Y K H S L
Decimal 231 18 242 0.05 0.93 0 0.05 297.05 0.9 0.51
Hex E7 12 F2 5 5D 0 5 129 5A 33
Octal 347 22 362 5 135 0 5 451 132 63
Binary 11100111 10010 11110010 101 1011101 0 101 100101001 1011010 110011

Color Harmonies of #E712F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E712F2

Black with #E712F2

Text Example


Text Example

White with #E712F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E712F2; }

 p { color: rgb(231,18,242); }

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

background-color css

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

 a { background-color: rgb(231,18,242); }

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

border-color css

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

 span { border-color: rgb(231,18,242); }

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