Html Css Color HEX #CE2EFB Electric Purple

📋 copy color: '#CE2EFB'

red 206 ◦ green 46 ◦ blue 251

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

Shades of Electric Purple #CE2EFB

Tints of Electric Purple #CE2EFB

RGB

 RED value IS 206 (80.86% from 255) = 40.95%

 GREEN value IS 46 (18.36% from 255) = 9.15%

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 40.95%
G = 9.15%
B = 49.9%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE2EFB (or 0xCE2EFB) is known color: Electric Purple. HEX triplet: CE, 2E and FB. RGB value is (206,46,251). Sum of RGB (Red+Green+Blue) = 206+46+251=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 46 (18.36% from 255 or 9.15% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE2EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2EFB is #31D104. Grayscale: #747474. Windows color (decimal): -3264773 or 16461518. OLE color: 16461518.

HSL color Cylindrical-coordinate representation of color #CE2EFB: hue angle of 286.83º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2EFB is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 46 251 -
CMYK 0.18 0.82 0 0.02
HSL 286.83º 0.96% 0.58% -
HSV(B) 286.83º 0.82% 0.98% -
XYZ 43.84 22.04 93.21 -
YUV 117.21 203.51 191.33 -
System Red Green Blue C M Y K H S L
Decimal 206 46 251 0.18 0.82 0 0.02 286.83 0.96 0.58
Hex CE 2E FB 12 52 0 2 11F 60 3A
Octal 316 56 373 22 122 0 2 437 140 72
Binary 11001110 101110 11111011 10010 1010010 0 10 100011111 1100000 111010

Color Harmonies of #CE2EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2EFB

Black with #CE2EFB

Text Example


Text Example

White with #CE2EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2EFB; }

 p { color: rgb(206,46,251); }

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

background-color css

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

 a { background-color: rgb(206,46,251); }

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

border-color css

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

 span { border-color: rgb(206,46,251); }

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