Html Css Color HEX #ED4B68 Cranberry

📋 copy color: '#ED4B68'

red 237 ◦ green 75 ◦ blue 104

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

Shades of Cranberry #ED4B68

Tints of Cranberry #ED4B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.03%

 BLUE value IS 104 (41.02% from 255) = 25%

R = 56.97%
G = 18.03%
B = 25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED4B68 (or 0xED4B68) is known color: Cranberry. HEX triplet: ED, 4B and 68. RGB value is (237,75,104). Sum of RGB (Red+Green+Blue) = 237+75+104=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4B68 is #12B497. Grayscale: #7E7E7E. Windows color (decimal): -1225880 or 6835181. OLE color: 6835181.

HSL color Cylindrical-coordinate representation of color #ED4B68: hue angle of 349.26º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4B68 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 75 104 -
CMYK 0 0.68 0.56 0.07
HSL 349.26º 0.82% 0.61% -
HSV(B) 349.26º 0.68% 0.93% -
XYZ 39.94 24.04 15.63 -
YUV 126.74 115.17 206.64 -
System Red Green Blue C M Y K H S L
Decimal 237 75 104 0 0.68 0.56 0.07 349.26 0.82 0.61
Hex ED 4B 68 0 44 38 7 15D 52 3D
Octal 355 113 150 0 104 70 7 535 122 75
Binary 11101101 1001011 1101000 0 1000100 111000 111 101011101 1010010 111101

Color Harmonies of #ED4B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4B68

Black with #ED4B68

Text Example


Text Example

White with #ED4B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4B68; }

 p { color: rgb(237,75,104); }

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

background-color css

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

 a { background-color: rgb(237,75,104); }

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

border-color css

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

 span { border-color: rgb(237,75,104); }

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