Html Css Color HEX #ED6BF1 Ultra Pink

📋 copy color: '#ED6BF1'

red 237 ◦ green 107 ◦ blue 241

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

Shades of Ultra Pink #ED6BF1

Tints of Ultra Pink #ED6BF1

RGB

 RED value IS 237 (92.97% from 255) = 40.51%

 GREEN value IS 107 (42.19% from 255) = 18.29%

 BLUE value IS 241 (94.53% from 255) = 41.2%

R = 40.51%
G = 18.29%
B = 41.2%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED6BF1 (or 0xED6BF1) is known color: Ultra Pink. HEX triplet: ED, 6B and F1. RGB value is (237,107,241). Sum of RGB (Red+Green+Blue) = 237+107+241=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 107 (42.19% from 255 or 18.29% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED6BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6BF1 is #12940E. Grayscale: #A0A0A0. Windows color (decimal): -1217551 or 15821805. OLE color: 15821805.

HSL color Cylindrical-coordinate representation of color #ED6BF1: hue angle of 298.21º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED6BF1 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 107 241 -
CMYK 0.02 0.56 0 0.05
HSL 298.21º 0.83% 0.68% -
HSV(B) 298.21º 0.56% 0.95% -
XYZ 56.06 34.87 87 -
YUV 161.15 173.07 182.1 -
System Red Green Blue C M Y K H S L
Decimal 237 107 241 0.02 0.56 0 0.05 298.21 0.83 0.68
Hex ED 6B F1 2 38 0 5 12A 53 44
Octal 355 153 361 2 70 0 5 452 123 104
Binary 11101101 1101011 11110001 10 111000 0 101 100101010 1010011 1000100

Color Harmonies of #ED6BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6BF1

Black with #ED6BF1

Text Example


Text Example

White with #ED6BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6BF1; }

 p { color: rgb(237,107,241); }

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

background-color css

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

 a { background-color: rgb(237,107,241); }

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

border-color css

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

 span { border-color: rgb(237,107,241); }

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