Html Css Color HEX #ED7D8B Carissma

📋 copy color: '#ED7D8B'

red 237 ◦ green 125 ◦ blue 139

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

Shades of Carissma #ED7D8B

Tints of Carissma #ED7D8B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.95%

 BLUE value IS 139 (54.69% from 255) = 27.74%

R = 47.31%
G = 24.95%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED7D8B (or 0xED7D8B) is known color: Carissma. HEX triplet: ED, 7D and 8B. RGB value is (237,125,139). Sum of RGB (Red+Green+Blue) = 237+125+139=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7D8B is #128274. Grayscale: #A0A0A0. Windows color (decimal): -1213045 or 9141741. OLE color: 9141741.

HSL color Cylindrical-coordinate representation of color #ED7D8B: hue angle of 352.5º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7D8B is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 125 139 -
CMYK 0 0.47 0.41 0.07
HSL 352.5º 0.76% 0.71% -
HSV(B) 352.5º 0.47% 0.93% -
XYZ 46.92 34.54 28.62 -
YUV 160.08 116.11 182.86 -
System Red Green Blue C M Y K H S L
Decimal 237 125 139 0 0.47 0.41 0.07 352.5 0.76 0.71
Hex ED 7D 8B 0 2F 29 7 160 4C 47
Octal 355 175 213 0 57 51 7 540 114 107
Binary 11101101 1111101 10001011 0 101111 101001 111 101100000 1001100 1000111

Color Harmonies of #ED7D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D8B

Black with #ED7D8B

Text Example


Text Example

White with #ED7D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D8B; }

 p { color: rgb(237,125,139); }

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

background-color css

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

 a { background-color: rgb(237,125,139); }

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

border-color css

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

 span { border-color: rgb(237,125,139); }

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