Html Css Color HEX #ED6BF5 Ultra Pink

📋 copy color: '#ED6BF5'

red 237 ◦ green 107 ◦ blue 245

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

Shades of Ultra Pink #ED6BF5

Tints of Ultra Pink #ED6BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.6%

R = 40.24%
G = 18.17%
B = 41.6%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED6BF5 (or 0xED6BF5) is known color: Ultra Pink. HEX triplet: ED, 6B and F5. RGB value is (237,107,245). Sum of RGB (Red+Green+Blue) = 237+107+245=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 107 (42.19% from 255 or 18.17% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED6BF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6BF5 is #12940A. Grayscale: #A1A1A1. Windows color (decimal): -1217547 or 16083949. OLE color: 16083949.

HSL color Cylindrical-coordinate representation of color #ED6BF5: hue angle of 296.52º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED6BF5 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 107 245 -
CMYK 0.03 0.56 0 0.04
HSL 296.52º 0.87% 0.69% -
HSV(B) 296.52º 0.56% 0.96% -
XYZ 56.66 35.11 90.18 -
YUV 161.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 237 107 245 0.03 0.56 0 0.04 296.52 0.87 0.69
Hex ED 6B F5 3 38 0 4 129 57 45
Octal 355 153 365 3 70 0 4 451 127 105
Binary 11101101 1101011 11110101 11 111000 0 100 100101001 1010111 1000101

Color Harmonies of #ED6BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6BF5

Black with #ED6BF5

Text Example


Text Example

White with #ED6BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6BF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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