Html Css Color HEX #ED4B67 Cranberry

📋 copy color: '#ED4B67'

red 237 ◦ green 75 ◦ blue 103

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

Shades of Cranberry #ED4B67

Tints of Cranberry #ED4B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.82%

R = 57.11%
G = 18.07%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED4B67 (or 0xED4B67) is known color: Cranberry. HEX triplet: ED, 4B and 67. RGB value is (237,75,103). Sum of RGB (Red+Green+Blue) = 237+75+103=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4B67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4B67 is #12B498. Grayscale: #7E7E7E. Windows color (decimal): -1225881 or 6769645. OLE color: 6769645.

HSL color Cylindrical-coordinate representation of color #ED4B67: hue angle of 349.63º 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 #ED4B67 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 75 103 -
CMYK 0 0.68 0.57 0.07
HSL 349.63º 0.82% 0.61% -
HSV(B) 349.63º 0.68% 0.93% -
XYZ 39.89 24.02 15.37 -
YUV 126.63 114.67 206.72 -
System Red Green Blue C M Y K H S L
Decimal 237 75 103 0 0.68 0.57 0.07 349.63 0.82 0.61
Hex ED 4B 67 0 44 39 7 15E 52 3D
Octal 355 113 147 0 104 71 7 536 122 75
Binary 11101101 1001011 1100111 0 1000100 111001 111 101011110 1010010 111101

Color Harmonies of #ED4B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4B67

Black with #ED4B67

Text Example


Text Example

White with #ED4B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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