Html Css Color HEX #ED265F Cerise

📋 copy color: '#ED265F'

red 237 ◦ green 38 ◦ blue 95

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

Shades of Cerise #ED265F

Tints of Cerise #ED265F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.27%

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 64.05%
G = 10.27%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED265F (or 0xED265F) is known color: Cerise. HEX triplet: ED, 26 and 5F. RGB value is (237,38,95). Sum of RGB (Red+Green+Blue) = 237+38+95=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED265F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED265F is #12D9A0. Grayscale: #676767. Windows color (decimal): -1235361 or 6235885. OLE color: 6235885.

HSL color Cylindrical-coordinate representation of color #ED265F: hue angle of 342.81º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED265F is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 38 95 -
CMYK 0 0.84 0.60 0.07
HSL 342.81º 0.85% 0.54% -
HSV(B) 342.81º 0.84% 0.93% -
XYZ 37.68 20.22 12.74 -
YUV 104 122.93 222.87 -
System Red Green Blue C M Y K H S L
Decimal 237 38 95 0 0.84 0.60 0.07 342.81 0.85 0.54
Hex ED 26 5F 0 54 3C 7 157 55 36
Octal 355 46 137 0 124 74 7 527 125 66
Binary 11101101 100110 1011111 0 1010100 111100 111 101010111 1010101 110110

Color Harmonies of #ED265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED265F

Black with #ED265F

Text Example


Text Example

White with #ED265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED265F; }

 p { color: rgb(237,38,95); }

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

background-color css

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

 a { background-color: rgb(237,38,95); }

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

border-color css

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

 span { border-color: rgb(237,38,95); }

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